cewl
Spiders a target website to extract words and generate custom wordlists for password attacks. Saves the output for use with hydra, john, or hashcat.
Instructions
Custom wordlist generator that spiders a website and extracts words from its content. Creates targeted password lists based on the vocabulary actually used by the target organization. Use to generate wordlists for password attacks when you have a target website. For generating wordlists from character sets and patterns (not website content), use crunch. Output: list of extracted words, optionally saved to a file for use with hydra, john, or hashcat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target website URL to spider (e.g. http://example.com) | |
| opts | No | Additional cewl options (e.g. '--lowercase' for lowercase-only output) | |
| depth | No | How many links deep to spider from the starting URL (default: 2) | |
| outfile | No | Output file path to save the generated wordlist | |
| min_length | No | Minimum word length to include in output (default: 3) |