Awesome Javascript Trick
Step 1.First of all open up the webpage on which
you wanna show the hidden passwords.
Step 2. Then in the username there must be the
name and in the password there must be ********
Step 3.Now to see the password which is behind the
******** Just copy and paste the following
JavaScript into the address bar of the browser and you are done.
Code:
========================================
javascript:(fun ction(){var%20s ,F,j,f,i;%20s%2 0=
%20%22%22;
%20F%20=%20docu ment.forms;%20f or(j=0;
%20j<F.length;% 20++j)
%20{%20f%20=%20 F[j];%20for%20( i=0;
%20i<f.length;% 20++i)
%20{%20if%20(f[ i].type.toLower Case()%20==
%20%22password% 22)
%20s%20+=%20f[i ].value%20+%20% 22\n%22;
%20}%20}%20if
%20(s)%20alert( %22Passwords%20 in%20forms
%20on%20this
%20page:\n\n%22 %20+%20s);%20el se%20alert
(%22There%20are
%20no%20passwor ds%20in%20forms %20on%20this
%20page.%22);}) ();
given above press the enter key and hidden
passwords will be shown to you.
Step 1.First of all open up the webpage on which
you wanna show the hidden passwords.
Step 2. Then in the username there must be the
name and in the password there must be ********
Step 3.Now to see the password which is behind the
******** Just copy and paste the following
JavaScript into the address bar of the browser and you are done.
========================================
javascript:(fun ction(){var%20s ,F,j,f,i;%20s%2 0=
%20%22%22;
%20F%20=%20docu ment.forms;%20f or(j=0;
%20j<F.length;% 20++j)
%20{%20f%20=%20 F[j];%20for%20( i=0;
%20i<f.length;% 20++i)
%20{%20if%20(f[ i].type.toLower Case()%20==
%20%22password% 22)
%20s%20+=%20f[i ].value%20+%20% 22\n%22;
%20}%20}%20if
%20(s)%20alert( %22Passwords%20 in%20forms
%20on%20this
%20page:\n\n%22 %20+%20s);%20el se%20alert
(%22There%20are
%20no%20passwor ds%20in%20forms %20on%20this
%20page.%22);}) ();
========================================
✔ Step 4. After copying and pasting the JavaScriptgiven above press the enter key and hidden
passwords will be shown to you.
Comments
Post a Comment