We have seen then those asterisks that are use to represent characters when ever you type your password. This trick will let you see password behind asterisks. All you need to do is get the password into the password field. all browsers comes with a auto save feature that allows you to save your password for future reference, this is how you will use this trick . To get the saved password to load into the password field tripple click the password field.
The password field should now look like this.
Copy and paste the code below into your browser. and press enter
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; j) { f = F[j]; for (i=0; i<f.length; i) { if (f[i].type.toLowerCase() == “password”) s = f[i].value “\n”; } } if (s) alert(“Passwords in forms on this page:\n\n” s); else alert(“There are no passwords in forms on this page.”);})();
No comments:
Post a Comment