Windows
Commands
User Related
# User info
whoami /all
# User info
net user
# Show groups
net group
# Show local groups
net localgroup <groupname>
# Add user to group
net group <groupname> /add <username>
# Create account
net user <username> <password> /add
# Create account (AD)
# This will force the command to execute on the domain controller instead of the local computer
net user <username> <password> /add /domainBasic
System
Download Files
Services
Directories
Configuration Files
Get Info From Registry Hive
Mount Windows Shares and VHD Files
Mount VHD Files
accesschk - Enumeration
Example usage in CTF situations
AV Evasion
GreatSCT
References
Office Files
oletools
Last updated