mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 20:46:10 +00:00
18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mimikatz privilege
|
|
|
|
> Manage privileges for mimikatz operations.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- Enable debug privilege (required for many modules):
|
|
|
|
`mimikatz "privilege::debug"`
|
|
|
|
- Check current privilege state:
|
|
|
|
`mimikatz "privilege::whoami"`
|