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,21 @@
---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# mimikatz misc
> Miscellaneous system and utility commands.
> More information: <https://github.com/gentilkiwi/mimikatz>.
- Trigger Blue Screen of Death (for testing):
`mimikatz "misc::bsod"`
- List loaded kernel drivers:
`mimikatz "misc::minidump"`
- Change system time:
`mimikatz "misc::systemtime"`