Manual Information Gathering
User information (cmd)
net user /domain # list all domain users
net user <USER> /domain # get information about a specific user in the domain
net group /domain # list all groups in the domain
net group <GROUP> /domain # get information about a specific group in the domain
net accounts # obtain account policyUser / Object information
powershell -ep bypass
Import-Module .\PowerView.ps1Basic Info
Operating systems information
OS, User combination
Service Accounts
Object Permissions enumeration
Domain shares enumeration
Last updated