Tip Details Add a Related Tip

Rate as: Positive Negative

Reveal passwords on web forms

On web pages that require you to enter passwords, the passwords are usually shown as a sequence of symbols, usually the asterisk (*). There are many reasons you may want to see the real values in these password fields: the form says your password is wrong and you'd like to know what it thinks the password is, you want to make sure you entered correctly before you submit the form, or some fool typed in their password on a form and left the page up and you want to steal their password. Either way, it'd sure be handy to have a script that shows you these passwords. Well, here's just such a script:

javascript:(function(){var i,j,m,f;m="";f=document.forms;for(j=0; j<f.length; ++j) {for (i=0; i<f[j].length; ++i) {if (f[j][i].type.toLowerCase() == "password") m += f[j][i].value + "\n";}}if (m) alert("Passwords found on this page:\n\n" + m); else alert("No passwords found on this page");})();

Just copy this script as a single line and paste it into the address bar of your browser. With the cursor still in the address bar, hit the Enter key. It will then show the text entered for the password in any password form elements shown on the page.
Rating: 100% positive, 2 total Votes
Categories: web security hack black hat
Added: on Dec 17, 2007 at 1:23 pm
Added By: an anonymous user

Comments on this Tip

Add a Comment
There are no comments for this tip
Your Comment:
(how to format)
Rate This Tip:

Verify Humanity:
Sorry, we know it's annoying, but please enter the characters shown in the image to the left so that we know you're an actual person and not an evil spammer. Thanks.
       

Related Tips

Hacking the password of someone you know

75% positive, 0 comments
– Tip added by an anonymous user on Jan 16, 2008 at 10:31 am

remove iTunes DRM

100% positive, 3 comments - last added on Mar 25, 2008 at 8:13 am
– Tip added by an anonymous user on Feb 20, 2008 at 3:56 pm

Saving images when right-click is disabled

Categories: browsers web hack
100% positive, 0 comments
– Tip added by an anonymous user on Oct 17, 2007 at 10:56 am

Protect links from prying eyes

Categories: email security web linking
66% positive, 0 comments
– Tip added by crkr on Sep 27, 2007 at 7:39 am

Crack passwords legally

Categories: hack black hat cracking
100% positive, 0 comments
– Tip added by an anonymous user on Jun 24, 2007 at 9:53 pm

Use other peoples WEP protected wi-fi

Categories: hack black hat wi-fi
66% positive, 0 comments
– Tip added by an anonymous user on Jun 12, 2007 at 1:08 pm

removing private data from an iPhone

Categories: iPhone security hack
100% positive, 0 comments
– Tip added by an anonymous user on Jun 23, 2008 at 12:45 pm

Surfing the web anonymously

Categories: security web anonymous
100% positive, 0 comments
– Tip added by an anonymous user on Jun 12, 2008 at 8:03 am

remove and convert DRM

100% positive, 1 comment - last added on Apr 08, 2008 at 8:49 pm
– Tip added by an anonymous user on Apr 08, 2008 at 8:48 pm

Hacking RFID credit cards

100% positive, 0 comments
– Tip added by an anonymous user on Mar 20, 2008 at 10:11 am

Watermarking digital photos

100% positive, 0 comments
– Tip added by an anonymous user on Dec 31, 2007 at 9:19 am

Saving and Viewing saved passwords in Internet Explorer

100% positive, 0 comments
– Tip added by an anonymous user on Dec 13, 2007 at 7:20 am

Use encrypted connections for Google service

Categories: google security web
100% positive, 0 comments
– Tip added by an anonymous user on Aug 10, 2007 at 9:33 pm

Default hardware passwords

Categories: hack black hat
100% positive, 0 comments
– Tip added by crck408 on Jul 11, 2007 at 7:49 am

Google hacks database

Categories: google hack black hat
100% positive, 0 comments
– Tip added by an anonymous user on Jul 05, 2007 at 6:21 am

Demo for Digital Media Converter

no ratings, 1 comment - last added on Apr 08, 2008 at 7:04 am
– Tip added by CrayDeng on Apr 08, 2008 at 4:13 am

Change default blog passwords

no ratings, 0 comments
– Tip added by an anonymous user on Mar 13, 2008 at 1:01 pm

Watch deleted YouTube videos

Categories: youtube hack black hat
0% positive, 1 comment - last added 1 day, 22 hours ago
– Tip added by an anonymous user on Feb 25, 2008 at 7:36 am

Get access to wikiLeaks

Categories: web bypass hack
no ratings, 0 comments
– Tip added by an anonymous user on Feb 21, 2008 at 3:41 pm

Mac Hacking

Categories: Mac hack black hat
no ratings, 0 comments
– Tip added by an anonymous user on Aug 09, 2007 at 11:21 am