Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/windows/gather/enum_tokens.md
Views: 11789
Vulnerable Application
This module enumerates Domain Admin account processes and delegation tokens.
This module will first check if the session has sufficient privileges to replace process level tokens and adjust process quotas.
The SeAssignPrimaryTokenPrivilege privilege will not be assigned if the session has been elevated to SYSTEM. In that case try first migrating to another process that is running as SYSTEM.
Verification Steps
Start msfconsole
Get a Meterpreter session on a Windows target on a domain
Do:
use post/windows/gather/enum_tokens
Do:
set session [#]
Do:
run
You should receive a list of Domain Admin account processes and delegation tokens
Options
GETSYSTEM
Attempt to get SYSTEM privilege on the target host. (default: true
)