mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 09:15:45 +02:00
16 lines
295 B
Markdown
16 lines
295 B
Markdown
# 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"`
|