Monday, August 2, 2010

Reveal Passwords Form Asterisk


How to get the Password from the Asterisks (****) ?

Follow the steps given below-

Step 1 : Open the Login Page of any website.
            (Example. http://mail.yahoo.com or http://gmail.com)

Step 2 : Type your 'Username' and 'Password'.

Step 3 : Don't hit Enter.

Step 4 : Copy and paste the following code into browser's address bar.

javascript: alert(document.getElementById('Passwd').value); (OR)
javascript: alert(document.getElementById('passwd').value);

Step 5 : Now press 'Enter'.

Step 6 : Now it will show the Password typed by you..!

Concept :- This is the basic logic of javascript.
In general Passwd, passwd is name of the password field in the login form.

If not : - 
View the source code of login page. search "<form tag. You will see some thing like  <input name="x x x x x" type="password"

From the above line, we can get the name of the password field. And replace Passwd with that name.  please post your comments if there is any problem.

7 comments:

  1. this is not working ....

    ReplyDelete
  2. Thanks for your Comment.

    But It is 100% working.
    Can you give me the website, where this trick not working...?
    If you give i'll show you that it will work..

    ReplyDelete
  3. thnx its absolutely working !
    very very thanks !

    ReplyDelete
  4. Hai..... Mr.Hackboss
    Please help me to recover my e-mail acct that I forgot the password and I tried all the recovery options but no use
    Treat me as your friend and help me to recover my acct....
    I'm also very much intrested in knowing tricks,tips of computer
    My name is Sreekanth
    U cam mail me at "sreekanth1587@rediffmail.com"

    ReplyDelete
  5. Hello Friend.

    I have replied you through your mail..

    Get In Touch..!

    ReplyDelete
  6. It was nt working in fb

    ReplyDelete

Innovative ways to fight against malware

Keep The Operating System Updated: The first step in protecting your computer from any malicious there is to ensure that your operating sys...