mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 19:48:44 +00:00
23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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"`
|