Skip to main content
GPU-accelerated password cracker. Commands below are ready to copy: swap in your hash file and wordlist path, then run.

Quick Mode Reference

Windows / Active Directory

These are the most commonly encountered hashes in AD engagements.

NTLM

Extracted from SAM hives, NTDS.dit, or secretsdump output. Format: username:RID:LMhash:NThash:::: crack only the NT hash (right side of the last colon).

NetNTLMv2

Captured via Responder or Inveigh. Cannot be passed directly (must crack to plaintext).

NetNTLMv1

Older protocol, weaker than v2. If you capture one, also try ntlmv1-multi to pre-compute via crack.sh.

Kerberoast

RC4 (mode 13100) is always worth trying first: weaker encryption and fastest to crack. If the account only issues AES tickets, use 19700.

AS-REP Roast

Hashes from accounts with pre-authentication disabled. Same cracking approach as Kerberoast but mode 18200.

DCC2 / mscash2

Cached domain credentials stored locally when a DC is unreachable. Very slow to crack: use a targeted wordlist.

Linux

Linux shadow hashes from /etc/shadow. Match the $id$ prefix to pick the right mode.

Web Application Hashes

Common hashes from database dumps. MD5 and SHA1 crack fast; bcrypt requires targeted wordlists.

Database Hashes

Other

Attack Modes

Beyond wordlists, use rules for mangled passwords and masks when you know the pattern.

Mask Charset Reference

Useful Flags

Identify a Hash

When you are unsure of the type, use hashid or name-that-hash before picking a mode.