mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 11:46:06 +00:00
22 lines
389 B
Plaintext
22 lines
389 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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"`
|