Windows User and Group Enumeration
User and group enumeration maps the access control landscape on the target. It tells you who has admin rights, what groups exist, and which accounts are viable targets for credential attacks or lateral movement. In domain environments, this extends to all users and groups across the domain.
Local users and groups
Domain users and groups
These commands require domain connectivity and run in the context of the current domain-joined user. No additional tools needed beyond what is built into Windows.
Token privileges
Dangerous token privileges give direct escalation paths regardless of group membership. Check these before anything else.
Privilege Name Description State ============================= ========================================= ======== SeImpersonatePrivilege Impersonate a client after authentication Enabled SeBackupPrivilege Back up files and directories Disabled
Disabled privileges can still be enabled programmatically — a Disabled state does not mean the privilege is unavailable. If SeImpersonatePrivilege is present in any state, escalation to SYSTEM is likely possible. See Token Impersonation.
Password policy
The password policy tells you whether brute force or spraying is viable without risking account lockouts.
Lockout threshold: 5 Lockout duration (minutes): 30 Lockout observation window (minutes): 30
Was this helpful?
Your feedback helps improve this page.