1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 06:35:59 +02:00
tldr/pages/windows/mimikatz-token.md
Adriano Inghingolo b9aed740bd
mimikatz: add pages (#17405)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-30 17:04:22 +03:00

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"