Skip to main content

Download

GitHub (Official)

Kali Linux (Pre-installed)

PowerShell Version (Invoke-Mimikatz)


Check Target Architecture

Pick correct binary (Win32 or x64) based on target OS.
Using wrong architecture = crash or silent failure. Always check before running.

Setup

Expected output: Privilege '20' OK — means SeDebugPrivilege enabled.

Credential Dumping

Dump SAM (Local Accounts)

Dump LSASS (Logged-on Users)

Dump Cached Domain Credentials

Dump LSA Secrets

Export Kerberos Tickets


Pass-the-Hash (PtH)

Opens new cmd.exe as target user. Combine with psexec or wmiexec for remote access.

Pass-the-Ticket (PtT)

Inject existing ticket

Verify


Golden Ticket

Requires krbtgt NTLM hash + domain SID.

Get Domain SID

Or via PowerView:

Silver Ticket

Forges TGS for specific service. Requires service account NTLM hash.
Common services: cifs, http, mssql, ldap, host.

DCSync

Simulates domain controller replication to pull hashes remotely.
All users:

Token Manipulation


Dump Wi-Fi Passwords

There is no misc::wifi; Wi-Fi decryption lives in the dpapi module.

One-Liners

Dump creds and exit

PowerShell in-memory