mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 13:58:37 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/windows/mimikatz-process
Normal file
17
tldr/windows/mimikatz-process
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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"`
|
||||
Reference in New Issue
Block a user