Quick Google Search

How to make a Phisher or Fake pages

How to make a Phisher or Fake pages 
1. Open the website Login or Sign in page whose phisher you want to make. Suppose you pick Gmail.
2. Right click to view the source and simultaneously open notepad.
3. Copy all the contents of the source into the notepad file.
4. Now you need to search for word action in the copied source code. 
You will find something like below:

Manipulate action and method

Now in this line you need to edit two things, first method and then action.
Method Post is used for security purposes which encrypts the plain text, so we need to change it to GET.
Action field contains the link to next page, where it should go when you click on login or press enter.
You need to change it to something.php (say log.php).
5. Now save the above page.
6. Now open the Notepad again and paste the below code in that:

Batch script for Phisher
7. Location contains the next page URL, where you wish to send to user and passwords.html will
contains the passwords.
8. Now save this file as log.php as told in step number 4.
9. Now create an empty file and name it as passwords.html, where the password get stored.
10. Upload all the three file to any web server and test it.

Note: In case of facebook, it will show error after user login, for that you need to use tabnabbing trick.
Note: Always keep the extension correct, otherwise it will not work. So always use save as trick
rather than save otherwise it will save files as log.php

No comments:

Popular Posts