Tuesday, 17 December 2013

SIMPLE way to see the password behind asterisks [NO SOFTWARE NEEDED]


Tested with Firefox and Chrome


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:


[Image: ibiPz5jwcfyOw4.png]

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

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


[Image: ibm5lrHz1CknIY.png]

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.

Related Posts:

  • Malware Can Bypasses Chrome Extension Security Feature Easily Researchers have uncovered a new social engineering trick that leads users to a malicious extension from Google Chrome impersonating to deliver Adobe’s Flash Player in order to lure victims in a click fraud campa… Read More
  • Exploiting OpenSSL-Heartbleed Detecting OpenSSL-Heartbleed with Nmap & Exploiting with Metasploit You can now quickly detect the OpenSSL-Heartbleed vulnerability very quickly on a network using the ever popular nmap command, and with the lat… Read More
  • How exactly does the Heartbleed exploit work? The Heartbleed Bug The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing … Read More
  • Hack Windows 8 Java vulnerability Java signed applet Hack Windows 8 Java vulnerability In this tutorial we will look at how difficult it can be to hack modern operating systems.  Hack any Window… Read More
  • Nmap Commands Top 30 Nmap Command Examples For Sys/Network Admins Nmap is short for Network Mapper. It is an open source security tool for network exploration, security scanning and auditing. However, nmap command comes with lots of… Read More

0 comments:

Post a Comment