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"
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.
this is not working ....
ReplyDeleteThanks for your Comment.
ReplyDeleteBut 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..
thnx its absolutely working !
ReplyDeletevery very thanks !
Fine.
ReplyDeleteThanks For your Comments.
Hai..... Mr.Hackboss
ReplyDeletePlease 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"
Hello Friend.
ReplyDeleteI have replied you through your mail..
Get In Touch..!
It was nt working in fb
ReplyDelete