riyan1899
Beginner
- Joined
- Jun 6, 2014
- Messages
- 39
- Reaction score
- 19
View hidden passwords behind Asterisks
Here is the video tutorial :
http://www.datafilehost.com/d/9c14233a
HTML:
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.");})();
http://www.datafilehost.com/d/9c14233a