mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
b9aed740bd
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
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"