What Is Phishing?
Fraudsters send fake emails or set up fake web sites that mimic Yahoo!'s sign-in pages (or the sign-in pages of other trusted companies, such as eBay or PayPal) to trick you into disclosing your user name and password. This practice is sometimes referred to as "phishing" — a play on the word "fishing" — because the fraudster is fishing for your private account information. Typically, fraudsters try to trick you into providing your user name and password so that they can gain access to an online account. Once they gain access, they can use your personal information to commit identity theft, charge your credit cards, empty your bank accounts, read your email, and lock you out of your online account by changing your password.
I'm also create a Facebook phishing page.
When we go to the phishing site we can see the fake Facebook page like the original one.Without looking the URL we can't identify is it original or fake.Most of the time non-technical people couldn't identify is it original or a fake one.What they will do is when they seen the page they are going to provide the credentials then click login button.The background process is when they enter the login button it is redirect to the "login.php".Then the "login.php" file instructions will be execute.
Step 1:
First of all you should download the entire web page to your machine.
Then rename the web page as "index.html".
Step 2:
Then open the web page using notepad and find the key word called "action".
Press (Ctrl+H) to search the key word.
Then change the link as "login.php"
Step 1:
First of all you should download the entire web page to your machine.
Then rename the web page as "index.html".
Step 2:
Then open the web page using notepad and find the key word called "action".
Press (Ctrl+H) to search the key word.
Then change the link as "login.php"
Index.html File
Step 3:
Then create a login.php file with code given bellow.
You can also download the source code from my github.
https://github.com/thusith94/phishingFb
login.php File
Step 4:
Then you can free host this web page in any free hosting website.
You should upload both index.html and login.php file.
Phishing Page
Then If someone entered their credentials to this form,It'll redirect to the original Facebook login page.So non-technical people can't identify what was happen.They might be think it's a connection lost or something like that.So they will logging again using the original Facebook page.
Finally we can see the credentials of the user in a file called "myfile".
Study Purpose Only.