Example Usage
# Extract LSASS credentials from a VMware snapshot ./vmkatz snapshot.vmsn # With pagefile resolution for paged-out creds ./vmkatz --disk disk.vmdk snapshot.vmsn # Extract SAM/LSA/DCC2 from a virtual disk ./vmkatz disk.vmdk # Extract AD hashes from a domain controller disk ./vmkatz --ntds dc-disk.qcow2 # Point at a VM folder and let it find everything ./vmkatz /path/to/vm-directory/ # Extract from raw registry hives ./vmkatz SAM SYSTEM SECURITY # Output as hashcat-ready hashes ./vmkatz --format hashcat snapshot.vmsn # Export Kerberos tickets ./vmkatz --kirbi snapshot.vmsn # .kirbi files ./vmkatz --ccache snapshot.vmsn # .ccache file # Export BitLocker FVEK for dislocker ./vmkatz --bitlocker-fvek /tmp/keys snapshot.vmsn # Recursively scan all VMs under a path ./vmkatz -r /vmfs/volumes/datastore1/ # Parse LSASS minidump ./vmkatz lsass.dmp
See also
Commander
Open Source
A command and control (C2) server…
Impacket-secretsdump
Open Source
Kali
Dumps secrets remotely using a variety of techniques including DCSync (without running code on DC), …
WADComs.github.io
Open Source
WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and the…
Mimikatz
Open Source
Kali
Post-exploitation tool to extract plaintexts passwords, hashes, PIN codes, and Kerberos tickets from…
linWinPwn
Open Source
linWinPwn is a bash script that streamlines the use of a number of Active Directory tools…
deepce
Open Source
Docker Enumeration, Escalation of Privileges and Container Escapes (DEEPCE)…