Best Blackhat Forum

Full Version: SIMPLE way to see the password behind asterisks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello Friends,
I am sharing a method to reveal password behind the aseriesks.
Magic Button :
All you need to do is highlight and right click the password field of the target page, and click "Inspect Element".

"Inspect Element is in google chrome"

Then search for
<input type="password"
Now change the type="password" to type="text"
Enjoy, You can easily see the password now

Smile
Thanks, It's simple and helpful
(12-31-2012 11:45 PM)daica85 Wrote: [ -> ]Thanks, It's simple and helpful
Smile
Awesome...it works, really nice trick...Thanks :)
how about for firefox ?
(01-12-2013 08:41 PM)sussane Wrote: [ -> ]how about for firefox ?
sussane, in Firefox you find it in Tools -> Web Developer -> Inspect (or press Ctrl + Shift + I to quick open code inspect), then choose Markup Panel at the black bottom panel to view HTML source, move to password field and change the password type to text type.

Or you should install FireBug plugin (and then press F12 to open) for advance view.
Nice Share +rep to you.
Nice idea and good trick
Thanks
Hope it works for me too
Awesome. It still works perfect
Thanks i used this technique years ago.I will again use it :P
Pages: 1 2
Reference URL's