Whenever someone clicks on remember password in facebook,gmail or any login form, the password automatically filled. But the problem is that we can't see the real characters hidden behind aestersik(*).
This trick can be useful if you somehow by luck get someone's Id and password on login page saved at cyber cafe or in your home..But you can login from that place only cause you don't get password.
To see what's behind aestersik follow the steps :-
Step 1 :- Go to the password field and right click on it
Step 2 :- Choose "Inspect Element"
Now search for - <input type=”password”id=”pass”name=”pass” tabindex=”2? value=”Password” aria-label=”Password”>
Modify <input type=”password”> into <intput type=”text”>
(select edit attribute as or edit html to modify code)
(Click on the image to magnify) |
then again click on the password field and you will be able to see the text behind aestersik
That's It!!!
0 comments:
Post a Comment