Sunday, 23 September 2012

Hack and Replace Windows Password (Level 1)

The "net user" command is used to replace Windows password even when you donot know the original password.

But to do that you have to get access to the user account first, which is not a "hack" in my book!

however, it does help in hacking without getting access to any user account in windows, which i will post later!

How To: 


  1. first type "cmd" (without the quotes "") in the start panel of windows, and right click it. then click "Run as administrator".



2. when the command prompt open type "net user". you will see a list of accounts in it.



3. then type "net user account_name new_password"

Remember:

  • Give spaces in between each words

  • account_name is the name of the account you want to change the password of

  • new_password is obviously the new password you are changing to in the user account_name

for example if you type "net user john abc123"  the password for the user "john" will be replaced to "abc123".

cheers!

also if you type

  • "net user rahul /add" it will add a username account named rahul

  •  "net user rahul abc123" it will add a username rahul with a password "abc123"

  • "net user rahul /del" it will delete the account rahul!

for a video tutorial : Click Here

                                               <<  Share On Facebook >>

No comments:

Post a Comment