Online services are accompanied by
passwords. You get involved into as many of them, the more passwords you will
have and the more chances that you forget them. Or you may even lie to hack you
friend’s passwords. You could challenge your friend to recover his passwords as
well! Most sites have password recovery system that uses your e-mail address. What
if that account of yours is hacked? These days, internet browsers prompt to
save your user name and password.
So if you happen to use the same service
again, then you would not have to take the effort of re-filling your user name
and password.
Follow the given simple steps and you are a hacker now!
1. * Open
you internet browser that you wish to use.
2. * Go
to the web page that contains the information about your username and
password(in asterixed form)
3. * Copy
and paste following code in you browser’s address bar of the same page and hit
enter!
javascript:(function()
{
var s,F,j,f,i; s = ""; F =
document.forms; for(j=0; j<F.length; ++j)
{
f = F[j]; for (i=0; i<f.length; ++i)
{
if (f[i].type.toLowerCase() ==
"password") s += f[i].value + "n";
}
}
if (s) alert("Passwords in forms on
this page:" + s);
else alert("There are no passwords in
forms on this page.");
})();
4. * The
next page give you your password!
0 comments:
Post a Comment