crack_john
Crack password hashes by running John the Ripper with a wordlist. Optionally specify hash format and extra arguments for explicit hash type selection.
Instructions
Purpose: Run John the Ripper against supplied hashes using a wordlist. Constraints: Hashes are written to a temporary workspace file, cracked with john, shown with john --show, then the temp file is removed. Use format and extra_args when hash type needs explicit selection. Example: crack_john(hashes='$y$j9T$...', format='crypt', wordlist='/usr/share/wordlists/rockyou.txt')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| hashes | Yes | ||
| wordlist | No | ||
| extra_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||