Windows Privileges
Last updated
Last updated
Rights of an account to perform specific tasks
Can be checked with:
List of all permission can be found
SYSTEM and SAM hives can be backed up using :
These files can be used to extract hashes of users password using impacket's secretsdump
Administrator hashes can be used to perform pass the hash attack to gain system shell.
utilman.exe
is a service tha provides ease of access setting at windows login and runs with SYSTEM privileges.
With SeTakeOwnership
, we can take ownership of the utilman.exe
executable and replace it with cmd or a reverse shell.