Ever wondered if you could see the password behind asterisks(*) or dots(●) in the password box of any website?
eg:
Even though it seems impossible but you will have to admit that it is possible.
All you need to do is paste the below given java script in the address bar of your browser with the webpage opened containing the password in asterisk form and press enter.
A propmt will appear saying: "passwords in forms on this page is:<password>"
javascript:
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("Provided by Download & Learning\nFor free software downloads and tips and tricks visit\nwww.downloadandlearning.blogspot.com\n\nPasswords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Screenshot
eg:
username: downloadandlearning
password: ●●●●●
Even though it seems impossible but you will have to admit that it is possible.
All you need to do is paste the below given java script in the address bar of your browser with the webpage opened containing the password in asterisk form and press enter.
A propmt will appear saying: "passwords in forms on this page is:<password>"
javascript:
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("Provided by Download & Learning\nFor free software downloads and tips and tricks visit\nwww.downloadandlearning.blogspot.com\n\nPasswords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Screenshot
0 comments:
Post a Comment