mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 08:55:51 +02:00
16 lines
310 B
Markdown
16 lines
310 B
Markdown
# 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"`
|