logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mimikatz LSADump - Dump Windows Secrets | Online Free DevTools by Hexmos

Dump Windows secrets with Mimikatz LSADump. Extract SAM hashes, SECURITY hive data, and cached domain credentials. Free online tool, no registration required.

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"

See Also