The Content Provided on HackClarify are Only for Security Awareness & Educational Purposes Only, Hackclarify is Not Responsible for any Harm Done!
Place Your Ads Here By Requesting Using The Contact Form
Hack User Accounts Using CMD
Hello guys! Today i will show you some of the cool CMD tricks. If you don't know on how to launch CMD then go to Start>Run and type there CMD and hit enter.
So a command promt window will appear. Like shown above
So now you have CMD and you can add a new user by command below:
C:>net user username /ADDWhere username is the name of your new account. And remember, try and make it look inconspicuous, then they’ll just think its a student who really is at school, when really, the person doesn’t EXIST! IF you wanna have a password, use this instead:
C:>net user username password /ADDWhere password is the password you want to have. So for instance the above would create an account called ‘username’, with the password being ‘password’. The below would have a username of ‘Usman’ and a password of ‘LULX’
C:>net user Usman LULX /ADDRight then, now that we can create accounts, let’s delete them:)
C:>net user Usman /DELETEThis will delete poor Usman's acount With the help of CMD.
Let’s give you admin priveleges:)
C:>net localgroup administrator Usman /ADDThis will make Usman an admin. Remember that some places or computers may not call their admins ‘adminstrator’ and so you need to find out the name of the local group they belong to.
You can list all the localgroups by typing
C:>net localgroupRunning .exe files you can’t usually run
In the command prompt, use cd (change directory) to go to where the file is, use DIR to get the name of it, and put a shortcut of it on to a floppy. Run the program off the floppy disk. :D
Small intrcutional Video
Tags: learn to hack, tips and tricks
Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "Hack User Accounts Using CMD"
Post a Comment