See hidden asterix passwords

There are many ocassions when there is a password hidden behind * asterix signs which you want to reveal usually there is no such encryption which is used to hide these passwords. Usually its the characters that are exchanged from the real ones. Suppose the password is ABC then the character ABC is swapped with a password character ***. we have many softwares in the market which can help us reveal the password hidden in such fields but first I will show you the javascript method that will reveal password from firefox browser.

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:nn” + s); else alert(“There are no passwords in forms on this page.”);})();

copy and paste this code in the address bar and you will see the hidden password in a alert message box. This script works in iE as well as opera and many other browsers.

Hack Gmail Password

suppose this is the password field that you want to uncover in firefox simply use the above code in red.

A dialog box will prompt and your password is shown
Reveal Firefox Password

This method works on Internet Explorer, Firefox, Netscape and Opera.

With the password protection so insecure in firefox cross site hacking xss can be deployed to access you secure data. I would recommend not to save any passwords in firefox rather use roboforms software and browser plugin.

Apart from this if you want to see passwords from yahoo messenger, gtak or any other software here is another software you might find useful

Iopus password recovery <= this software shows you the passwords hidden in yahoo messenger and gtak etc softwares.

007 password recovery <== this is a freeware software similar to iopus

People please don’t save passwords anywhere on pc

  • Now how to get the passwords saved in outlook express

here is the software that will show you the passwords saved in outlook express profiles

http://www.nirsoft.net/utils/mailpv.html

no password saved in windows is secure most of them are saved in windows registry which can be easily accessed

enjoy have fun