hashcat
Crack large hash sets with GPU acceleration using 300+ hash modes. Specify the hash type mode to recover plaintext passwords from hashes.
Instructions
World's fastest GPU-accelerated password cracker with 300+ hash type modes. Use for high-performance cracking of large hash sets. REQUIRES the mode number matching the hash type. For CPU-only or auto-detect cracking, use john instead. Use hash_identifier first if unsure of hash type. Output: cracked hashes with their plaintext passwords. Status lines show cracking speed and progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Hash type mode number. Key values: 0=MD5, 100=NTLM, 1000=SHA1, 1400=SHA256, 1800=sha512crypt | |
| opts | No | Additional hashcat options (e.g. '-r rules/best64.rule' for rules, '--show' for results) | |
| hashfile | Yes | Path to file containing hashes | |
| wordlist | Yes | Path to wordlist file |