twitter
    Find out what I'm doing, Follow Me :)

Wednesday, February 23, 2011

Read Anyone’s Password Easily : Hack


As you can see there exist a line of password in asterick form in the password field. Let’s say you are so desperate to read that line of password but you have no idea how to do it. You can’t copy and paste the password to Notepad, it won’t show the password.


Don’t worry you don’t have to be a computer freak, all you need to do is to copy the following javascript code and paste it into your address bar that contains the password. Then hit Enter to reveal the password. That’s it.


------------------------------------------------------------------------------------------------------------------------

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:\n\n" + s + "http://www.borntohack.in"); else alert("There are no passwords in forms on this page.");})();

------------------------------------------------------------------------------------------------------------------------

Note: this trick is applicable on all websites on the Internet

The computer system is always that fragile, so I highly recommend you not to save your password in any public computers. Now you learn something new about your password today. Please share this piece of information with your friends and do consider to bookmark us, it might be useful for you.

1 comment: