cewl Command Examples

URL spidering tool for making a cracking wordlist from web content. More information: https://digi.ninja/projects/cewl.php#usage.

cewl {{[-d|--depth]}} 2 {{[-w|--write]}} {{path/to/wordlist.txt}} {{url}}

cewl --with-numbers {{[-m|--min_word_length]}} 5 {{url}}

cewl --debug {{[-e|--email]}} {{url}}

cewl --auth_type {{basic|digest}} --auth_user {{username}} --auth_pass {{password}} {{url}}

cewl --proxy_host {{host}} --proxy_port {{port}} {{url}}