Categories

Wednesday, March 2, 2011

Read Anyone’s Password Easily : Hack


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.

Make Invisible User Account in XP


Make Invisible User Account in XP

If you want to hide your account from the Windows Log-on screen or create a new fresh invisible one just do the following:

1. Go to Control Panel and create a NEW_ACCOUNT inside User Accounts
2. Go to START->RUN–type in regedit–
3. Carefully go to the following destination;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\WinLogon\SpecialAccounts\UserList
4. Here create a new DWORD by right clicking and name it as you did your NEW_ACCOUNT. If you want to hide an existing one, just type in its name.
5. The value of the DWORD has to be zero if you want it to be hidden. If you want it to show, just change the value to 1.
6. Now log off and see that your account is not in the logon screen.
7. To logon to your hidden account press CTRL+ALT+Delete twice. Here type in your NEW_ACCOUNT and that’s it