john_crack
Crack password hashes with John the Ripper using multiple attack modes like wordlist, incremental, and single crack. Specify hash format, wordlist, rules, and run time for targeted password auditing.
Instructions
Start password cracking with John the Ripper. Supports various modes including wordlist, incremental, and single crack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fork | No | Number of parallel processes to use | |
| rules | No | Rule set to apply (e.g., Single, Wordlist, Extra, Jumbo, KoreLogic) | |
| format | No | Hash format (e.g., raw-md5, raw-sha256, bcrypt, ntlm, descrypt). Use john_formats to list available formats. | |
| session | No | Session name for this cracking job (allows restore/status) | |
| wordlist | No | Path to wordlist file for dictionary attack (e.g., /usr/share/wordlists/rockyou.txt) | |
| hash_file | No | Path to the file containing password hashes (on remote Kali system) | |
| incremental | No | Incremental mode name (e.g., ASCII, Alnum, Alpha, Digits, Lower, Upper) | |
| hash_content | No | Hash content to crack (will be written to a temp file). Use this OR hash_file, not both. | |
| max_run_time | No | Maximum run time in seconds |