mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 08:45:34 +00:00
22 lines
404 B
Plaintext
22 lines
404 B
Plaintext
---
|
|
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"`
|