mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 06:35:59 +02:00
295 B
295 B
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"