--- 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: . - Dump SAM hashes: `mimikatz "lsadump::sam"` - Dump secrets from the SECURITY hive: `mimikatz "lsadump::secrets"` - Dump cached domain credentials: `mimikatz "lsadump::cache"`