mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 12:02:36 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/windows/mimikatz-misc
Normal file
21
tldr/windows/mimikatz-misc
Normal 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"`
|
||||
Reference in New Issue
Block a user