See the Passwords behind Asterix using Java Script

This trick is pretty old but I just thought to add it in the list too. Whenever we enter the Password during Registration or Login process they are always hidden behind the Asterix.
To see those passwords just follow these steps:
  • Go to any Login page like Facebook, Gmail or Yahoo
  • Enter your Email ID and Password
  • Now to see the passwords behind asterix (******) follow this script

javascript: alert(document.getElementById('Passwd').value);


  • Copy and paste the above code in the address bar.
  • Now the page will appear with the password with asterix.
Previous
Next Post »