mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 04:44:12 +00:00
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mimikatz process
|
|
|
|
> Manage process privileges and tokens.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- List processes with their tokens:
|
|
|
|
`mimikatz "process::list"`
|
|
|
|
- Elevate mimikatz to a SYSTEM process:
|
|
|
|
`mimikatz "process::token /user:NT AUTHORITY\SYSTEM"`
|