Best Password Hack For Firefox!
You and I might have came across various tools for unmasking (finding out the real characters behind the ‘****’ mark in the password field), but this brilliant javascript does the work smarty, to unmask and find the passwords displayed in the password text field. All you have to do is to copy the following text strait into your firefox browsers URL address field and hit the “ENTER” key!.
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.”);})();
Viola!!… You will be surprised to see the real passwords which is hidden behind the asterix (*) characters!… The screen-shot below shows the real hack in action, in Hotmail and Windows Live!
Thumb of rule!: Never ever save your passwords (via options in webpages like “Remember My Passwords”, “Remember Me”, “Keep me Signed-In” etc) .






Leave a Reply