How to Add User With Administrator Rights Using Command Prompt _ Ethical Hacking Tutorials, Tips and...

10
► Password Windows ► Hacking ► Windows Access ► Windows 7

Transcript of How to Add User With Administrator Rights Using Command Prompt _ Ethical Hacking Tutorials, Tips and...

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 1/10

Search Tutorial... Search

Hacking Tutorial Facebook

Hacking Tutorial TwitterHacking Tutorial Stumbleupon

Google+Donate Hacking-tutorial.com

Hacking Tutorial RSS

Home

Write for Us

Request TutorialContact

Advertise Here

Download »

Hacking News

Hacking TutorialHacking WidgetOnline Tools »

Phone Hacking

Tips and Trick

Website »

Home » Tips and Trick » How to Add User With Administrator Rights Using Command Prompt

How to Add User With Administrator Rights Using Command Prompt

Posted by v4L in Tips and Trick | 16 comments

Type : Tips and Trick

Level : Easy

► Password Windows ► Hacking ► Windows Access ► Windows 7

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 2/10

Today actually I just finished my exam… Chinese exam was absolutely very hard mate, because you need to know and read thecharacters

Okay just forget about my exam, today I just want to share a simple tips and trick for today, about "How to Add User WithAdministrator Rights Using Command Prompt". If you follow this tips and trick, maybe it will not exceed 1 minute, even forsome of you can do it in less than 30 second

Ah I also just want to inform you that in next 2 articles(just wait for the update), I will post a tips and trick and also hackingtutorial about Remote Desktop (for some of you who don’t familiar with console, you will love it )

Subscribe Now To Get The Update for Remote Desktop Hacking

This tips and trick will add a user with administrative rights, you will need it when you owned a system to add a user there.

Okay lets start it.

Requirement :

1. Command Prompt [or] shell you got from a compromised system

Step by Step :

1. Open your command prompt and type this command :

net user /add v4L 12345

The command above will add user name v4L with password 12345. If you just add until this step, you just add user with limited privilege.

2. The next step, we continue to add another command :

net localgroup administrators v4L /add

Now in this 2nd step, we add our user v4L to administrators group. Now this user already has an administrative rights.

3. We move again to the last 3rd step, now lets type again another command :

net share concfg*C:\/grant:v4L,full

or

net share SHARE_NAME=c:\ /grant:v4L,full

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 3/10

The command above will grant user name v4L will full grant, that’s mean v4L can do everything on the system including see other users file

Hope it useful m8

Update: 5 Steps to disable or enable administrator role using command prompt

Incoming search terms:

how to give admin rights using command promptnet user add administratorhow to give admin rights through command promptnet user addcommand prompt add user to administrator grouphow to give administrative privileges windows 7 cmd

net user administratoradd user to admin group command linegive admin rights cmdnet user add user to administrator group

Written by Vishnu Valentino.

Blogger, Founder of hacking-tutorial.com. Love PHP, offensive security and web. Contact him at me[-at-]vishnuvalentino.com

See all posts by v4L || Visit Website : http://www.vishnuvalentino.com

Related posts:

1. Privilege Escalation from Guest to Administrator (Windows 7/ Windows 2008)2. 16 Steps Tutorial Basic Command Prompt3. 5 Step To Capture Windows User Login Using Metasploit Keylogger4. 13 Metasploit Meterpreter File System Command You Should Know5. 5 Steps to Enable Remote Desktop Using Metasploit Meterpreter

Bachelor in IT Security

www.actis.net

Fast Track - eLearning - From Home. Earn Your Degree in just 15 Months!

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 4/10

Popular Posts

4 Steps Hacking Jcow Social Networking Web Server via Arbitrary Code Execution5 Steps How to Hack Facebook Account PasswordHow to Hack Facebook Password AccountTutorial Hacking Facebook using Phishing Method, Fake Facebook WebsiteTuesday Great Themes #8 FULL GLASS FOR WINDOWS 7 THEME

16 Responsesto “How to Add User With Administrator Rights Using Command Prompt”

1. Neutron_Kaos says:Wednesday, June 27, 2012 at 9:14 am

Do you need to already have admin privileges to do this?

Reply

v4L says:Wednesday, June 27, 2012 at 1:09 pm

#Neutron_Kaos

Yes you need it, you also can use this method while successfully compromise a system(you can view my other hacking tutorial how to make it)

Reply

2. Joseph says:

Tuesday, August 21, 2012 at 4:39 pm

Which tutorial is it?

Reply

3. Silentmjrt says:Tuesday, August 28, 2012 at 6:45 pm

Hello Vishnu

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 5/10

firstly, I’d like to show my appreciation for the tutorials you publish here, they are a useful guide in my attempts to master control of my computer.

I would like to ask a question regarding the 3rd line in the step by step…

the first two complete with no issue, the 3rd always takes me to a help list for syntax correction.maybe I’m the only one encountering this problem, but it is frustrating nonetheless.

Reply

v4L says:

Wednesday, August 29, 2012 at 12:08 am

#Silentmjrt

hmm…when I add that script from backtrack it’s okay without error..maybe you can give a try to escalate your privilege to system

Reply

Silentmjrt says:Wednesday, August 29, 2012 at 11:56 pm

maybe the fact i’m attempting this on windows 7 is the cause of the last line giving an error.

The first two lines add the account and enables administrator title. due to the error of the resulting error on last line I felt it incomplete.

Reply

Anonomus says:Wednesday, November 14, 2012 at 9:32 am

Look at the cacls command, It can give a user access to files in the computer.

Reply

4. jack says:Tuesday, April 30, 2013 at 12:40 pm

Access denied ?

Reply

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 6/10

v4L says:

Tuesday, April 30, 2013 at 1:39 pm

#jack

nope

Reply

5. Ty says:

Wednesday, May 15, 2013 at 6:07 am

System error 5 has occured

Access is denied

Reply

v4L says:Wednesday, May 15, 2013 at 8:59 am

#Ty

you need to do this from administrator or system privilege

Reply

6. Badre Alam says:Monday, June 3, 2013 at 8:04 pm

Thank,s for give me this step

Reply

7. alexial says:Sunday, July 21, 2013 at 11:09 am

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 7/10

whats the command to remove admin privileges

Reply

v4L says:

Sunday, July 21, 2013 at 1:50 pm

#alexial

view here: http://www.hacking-tutorial.com/tips-and-trick/5-steps-to-disable-or-enable-administrator-using-command-prompt/

Reply

8. Ali says:

Tuesday, July 23, 2013 at 6:47 am

helloNice post.very informative blog….

actually i recently installed Backtrack5 r2 and windows 8 (dual boot) in my Laptop.there is a key on keyboard that indicates the wi-fi is ON or OFF.And it does work onWindows 8 and i use wi fi but in Backtrack wi fi signals is not detected and keyboard hot key always shows it is OFF(Red light).

i spent a lot of time on searching but i couldn’t find out the solution.I need your help….. : (

Reply

v4L says:Tuesday, July 23, 2013 at 10:55 am

#Ali

you need to find your wi-fi driver, most hotkey not work on linux(only some types of laptop can work). If the manufacturer release application to make the hotkey work

for linux, then you can use it, but if not, you can download the driver and use the wi-fi manually without hotkey.

Reply

Trackbacks/Pingbacks

1. Habilitando Remote Desktop da vitima pelo metasploit | Mundo Tecnológico - [...] How to add user with administrator rights via comand prompt [...]2. How to grant privileges to user by command line win « Peter Flimel - PC servis - [...] SOURCE LINK1 LINK2 [...]

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 8/10

Leave a Reply

Your email address will not be published. Required fields are marked *

Name *

Email *

Website

CAPTCHA Code*

Comment

Submit Comment

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Get Latest Hacking Tutorial on Your E-Mail

Enter your email address:

Subscribe

7/29/13 How to Add User With Administrator Rights Using Command Prompt | Ethical Hacking Tutorials, Tips and Trick

www.hacking-tutorial.com/tips-and-trick/how-to-add-user-with-administrator-rights-using-command-prompt/ 10/10

© Copyright Ethical Hacking Tutorials, Tips and Trick 2013. All rights reserved. | Powered by Wordpress