[TUT] Uncover the password behind stars [TUT]

Reputation
0
Ok guys so you know when you get on facebook and your username is already put in and your pasword as well but you see them as dots? well to find out what is typed in in the password box you must....

1. Go to the browser box and erase the site that you are on.
2 enter this code in the browser box and press enter to reveal the password behind the dots or stars.

Code:
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.");})();
 
gud bro... nic tut i will try it ,,,,when i will get time...................

thanx for the share keep it up

any 1 tried it ,,,,,,
 
Yes, it works. Thanks for this!

Tested on:

Facebook.

Nothing else yet :cool
 
thx man keep up the good work and keep sharing more info btw
i tested this on another site which i saved my password on and it totally works
 
Back
Top