View hidden passwords behind Asterisks

riyan1899

Beginner
Joined
Jun 6, 2014
Messages
39
Reaction score
19
View hidden passwords behind Asterisks

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.");})();
Here is the video tutorial :

http://www.datafilehost.com/d/9c14233a
 

Senju Hashirama

Capable
Joined
May 8, 2013
Messages
448
Reaction score
39
Bro already known..a Javascript trick.....

but u need the person to type the pass word..otherwise no use
 

T@run

Master
Joined
Apr 22, 2013
Messages
1,112
Reaction score
228
already posted by me...modz plz lock the thread...and thread owner visit DJ before posting anything...otherwise ull get warning point....
 
Top