mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 05:47:38 +00:00
22 lines
419 B
Plaintext
22 lines
419 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mimikatz standard
|
|
|
|
> Basic commands and mimikatz environment management.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- Display system information:
|
|
|
|
`mimikatz "standard::info"`
|
|
|
|
- Clear the mimikatz command history:
|
|
|
|
`mimikatz "standard::clearev"`
|
|
|
|
- Show command history:
|
|
|
|
`mimikatz "standard::history"`
|