Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-31 00:21:38 +00:00
parent f892946174
commit fcb8fde17a
127 changed files with 564 additions and 116 deletions

View 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"`