Post: ***Show hidden password fields JS Code***
05-01-2011, 10:29 PM #1
erbisme4
Penn State '16
(adsbygoogle = window.adsbygoogle || []).push({}); Here is a little code that will allow you guys to Show hidden password values as in Facebook fields or other ones.
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.type.toLowerCase() == "password") s += f.value + "\n"; } } if (s) alert("Here's your password! \n\n Passwords in forms on this page:\n\n" + s); else alert("You are a king \n\n There are no passwords in forms on this page.");})();
You paste this code in the browser and it will reveal it.

I hope you enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked erbisme4 for this useful post:

FrozN
05-01-2011, 10:45 PM #2
BAMF
Social Engineer
So what do we do with this code??
05-01-2011, 10:53 PM #3
erbisme4
Penn State '16
Originally posted by SPACExxC0WBOI View Post
So what do we do with this code??


whatever you can think of but if you go to a login form and put your password then put this javascript code in the web browser, it will reveal the password in the form.
05-01-2011, 11:22 PM #4
BAMF
Social Engineer
oh gotcha...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo