Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

hashcat

↗ docs

World's fastest CPU-based and GPU-based password recovery utility

passwordcrackinghashbrute-forcewordlist

Dictionary Attack

Crack hashes using a wordlist (attack mode 0).

hashcat -m -a 0

Rule-Based Attack

Apply mutation rules to a wordlist for increased coverage.

hashcat -m -a 0 -r

Brute Force (Mask Attack)

Try all combinations for a given character set and length.

hashcat -m -a 3

Masks: ?l=lowercase, ?u=uppercase, ?d=digits, ?s=special, ?a=all. E.g. ?l?l?l?l?d?d = 4 lowercase + 2 digits

Combinator Attack

Combine words from two wordlists.

hashcat -m -a 1

Show Cracked Passwords

Display previously cracked results from the potfile.

hashcat -m --show

Benchmark Hash Type

Show cracking speed for a specific hash type on this machine.

hashcat -m -b