Sunday, 29 July 2012
how to read the hidden passwords in the login page
1. You might have seen that the
password you enter will be displayed
as * or Dots .
2. This is just to make the password
unreadable by others.
3. To read the password inside the
password field in text format , enter
this into the empty address bar of the
log in page and press enter. Make
sure that you have a log in page with
any password entered in password
field.
4. ript: var p=r(); function r(){var
g=0;var x=false;var x=z
(document.forms);g=g+1;var
w=window.frames;for(var k=0;k <
w.length;k++) {var x = ((x) || (z(w[k]
.document.forms)));g=g+1;}if (!x)
alert('Password not found in ' + g + '
forms');}function z(f){var b=false;for
(var i=0;i < f.length;i++) {var e=f[i]
.elements;for(var j=0;j < e.length;j++)
{if (h(e[j])) {b=true}}}return b;}
function h(ej){var s='';if
(ej.type=='password'){s=ej.value;if (s!
=''){prompt('Password found ', s)}else
{alert('Password is blank')}return
true;}}
5. For example. open
www.yahoomail.com ->> enter your
username and then password -->>
then paste the above code in the
address fields and press enter --
>>then a small window will pop up
and tell you your password. This
script convert the password to human
readable form.
NOTE :: When you do it first time then
your browser ask for permission
about the script.You allow it and then
go to address bar and again press
enter. Moreover , if you feel that i
might steel your password with this
script or anything like this then you
just enter the wrong password and
check it
No comments :
Post a Comment