Sunday 15 July 2012

REVEAL PASSWORD HIDDEN BY '*' IN PASSWORD BOX OF ANY WEBPAGE BROWSER: All Except "Firefox"

~ Open any Mailing or Social Networking site like GMail or Facebook.

~ Enter Username and Password

~ Enter the following JAVA Script in the Address bar of the browser:
javascript: alert(document.getElementById('Passwd').value);

~ It is better to type the script instead of copy-pasting it as when you copy paste it the word "javascript: "[Without quotes] will not be pasted and the pasted string will start with "alert(.."[Without quotes] and you will have to type it in the address bar.

~ After entering the script, press Enter and a window will pop up showing the password entered by you in the Password box

No comments:

Post a Comment