hashcat
Verified for current stable LTS
Hashcat Commands
Hashcat command syntax with verified terminal examples.
Commands
8 commands for Hashcat
hashcat Operations
Hashcat Command: Perform Brute Force Attack Default Mask
hashcat -m <hash_type_id> -a 3 <hash_value> hashcat Search
Hashcat Command: Perform Brute Force Attack 4 Digit Pattern
hashcat -m <hash_type_id> -a 3 <hash_value> "<?d?d?d?d>" hashcat Operations
Hashcat Command: Perform Brute Force Attack Printable Ascii
hashcat -m <hash_type_id> -a 3 --increment <hash_value> "<?a?a?a?a?a?a?a?a>" hashcat Operations
Hashcat Command: Perform Dictionary Attack Wordlist
hashcat -m <hash_type_id> -a 0 <hash_value> <path/to/wordlist.txt> hashcat Operations
Hashcat Command: Perform Dictionary Attack With Rules
hashcat -m <hash_type_id> -a 0 -r <path/to/file.rule> <hash_value> <path/to/wordlist.txt> hashcat Operations
Hashcat Command: Perform Combination Attack
hashcat -m <hash_type_id> -a 1 <hash_value> <path/to/dictionary1.txt> <path/to/dictionary2.txt> hashcat Operations
Hashcat Command: Show Cracked Hash Result
hashcat --show <hash_value> hashcat Operations
Hashcat Command: Show Example Hashes
hashcat --example-hashes Suggest a Hashcat Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Hashcat workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.