Thursday, August 5

Reveal Passwords form Asterisk Using Javascript


How to get the Password from the Asterisks (****) ?

Follow the steps given below-

Step 1 : Open the Login Page of any website.

Step 2 : Type your 'Username' and 'Password'.

Step 3 : Don't hit Enter.

Step 4 : Copy and paste the following code into browser's address bar.

javascript: alert(document.getElementById('Passwd').value);
(OR)
javascript: alert(document.getElementById('passwd').value);

Step 5 : Now press 'Enter'.

Step 6 : Now it will show the Password typed by you..!

Concept :- This is the basic logic of javascript.
In general Passwd, passwd is name of the password field in the login form.


--
  With Regards
~V Saravanan~

Mail ids :  vsara90@gmail.com
               saravanan_veeran@yahoo.co.in

My Blogs : vs90.blogspot.com
                 ecesaravanan.blogspot.com
                 saravananveeran.weebly.com

0 comments:

Post a Comment