Friday 13 April 2012

[BASIC]Hacking Windows XP


[TUT][BASIC]Password Override on Windows XP[TUT]

Today I am going to give out an old but very important technique for changing passwords.

NOTE: I DO NOT TAKE ANY RESPONSIBILITY FOR ACTIONS OF END USERS IF THIS GUIDE IS MISUSED. IF YOU DO YOU WILL BE ON YOUR OWN
Here we go:

Open command line interface (i.e. cmd )
Type:
net users
You will get a list of existing users in system.
Now take any user. Let username is Admin then
Type:
net user Admin pass1
and press enter.

You will see the output as "command completed successfully"
If this is case the password of user Admin is changed to pass1.

Congratulation!! You just changed password of another user without knowing it.

If you are getting output as "Access Denied".

No comments:

Post a Comment