Asterisk Revealer

How many times have you forgotten your passwords and wish you were able to see past those ****…

This piece of code works brilliantly…Just open any webform in Opera or Firefox with the password saved already and put this in your address field and hit return and voila…you cannot help but smile at its simplicity…

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.”);})();

Came in handy to find the saved password at my friend Van’s place…

Hacking’s pretty handy a lotta times :P…

Edit : Just make sure you open the frame  where the password field is in a new tab or window and then put the code in the address field…or else it wont work…

2 Comments

  1. It also works in Safari and Internet Explorer!
    😉 Like the blog title 🙂

  2. Guess it works in all browsers with Script support…and Nicked the title from somewhere else :P…


Comments RSS TrackBack Identifier URI

Leave a comment