Wednesday, December 25, 2013

SIMPLE way to see the password behind asterisks

All you need to do is highlight and right click the password field of the target page, and click "Inspect Element".

For something like Facebook, here's how it would look:


Code:
<input type="password" class="inputtext" name="pass" id="pass" tabindex="2">

Now change the type="password" to type="text"

Spoiler (Click to View)

And there you have it!
Unfortunately I couldn't show the password being revealed in real time since they are just images but you can test it out in the matter of seconds and see it work.

I've tested this with Yahoo, Gmail, YouTube and Facebook so I'm sure it works with various other sites as well.

Tested with Firefox and Chrome


#Vishal Jadhav

No comments:

Post a Comment