Saturday, 16 August 2014

To find whats written in ASTERISKS or DOTS

To find whats written in asterisks and dots in password column. A simple trick in inspect element will help you do that.


THIS IS PURELY FOR EDUCATIONAL INFORMATION

In this tutorial I have used google chrome as browser, you can use any browser for finding whats written in asterisks or dots.

STEP 1:

            Click the right button of the mouse on  the password slot where the password is written.

STEP 2:

            Click on the option inspect element in it.


STEP 3:
            A box coded in HTML enters from bottom with highlighted codes.


STEP 4:

            Double click on the  “password” written  in the highlighted codes. Doing this “password” alone gets highlighted.


STEP 5:

            Type “text” in place of “password” and click enter.


STEP 6:

            Now you have the password written in asterisks or dots before in just plain text.


STEP 7:

            To change back to default (into asterisks or dots) ,just refresh the page or type “password” in place of  “text”.

No comments:

Post a Comment