HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mimikatz lsadump — Dump secrets from the Windows Local Security Authority (LSA). Requires SYSTEM privileges. More infor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandwindowsfromclidumpsecretsmimikatz lsadump
windows

Problem

How to use the mimikatz lsadump command: Dump secrets from the Windows Local Security Authority (LSA). Requires SYSTEM privileges. More information: <https://github.com/gentilkiwi/mimikatz>.

Solution

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"

Code Snippets

Dump SAM hashes

mimikatz "lsadump::sam"

Dump secrets from the SECURITY hive

mimikatz "lsadump::secrets"

Dump cached domain credentials

mimikatz "lsadump::cache"

Context

tldr-pages: windows/mimikatz lsadump

Revisions (0)

No revisions yet.