snippetbashTip
mimikatz token — List and manipulate security tokens. More information: <https://github.com/gentilkiwi/mimikatz>.
Viewed 0 times
commandsecuritytokensandmanipulateclimimikatz tokenlist
windows
Problem
How to use the
mimikatz token command: List and manipulate security tokens. More information: <https://github.com/gentilkiwi/mimikatz>.Solution
mimikatz token — List and manipulate security tokens. More information: <https://github.com/gentilkiwi/mimikatz>.List tokens:
mimikatz "token::list"Elevate privileges by impersonating a token:
mimikatz "token::elevate"Revert to original token:
mimikatz "token::revert"Code Snippets
List tokens
mimikatz "token::list"Elevate privileges by impersonating a token
mimikatz "token::elevate"Revert to original token
mimikatz "token::revert"Context
tldr-pages: windows/mimikatz token
Revisions (0)
No revisions yet.