Options (4)
-d, --depthbooleanCreate a wordlist file from the given URL up to 2 links depth
Example:
cewl {{[-d|--depth]}} 2 {{[-w|--write]}} {{path/to/wordlist.txt}} {{url}}-w, --writebooleanCreate a wordlist file from the given URL up to 2 links depth
Example:
cewl {{[-d|--depth]}} 2 {{[-w|--write]}} {{path/to/wordlist.txt}} {{url}}-m, --min_word_lengthbooleanOutput an alphanumeric wordlist from the given URL with words of minimum 5 characters
Example:
cewl --with-numbers {{[-m|--min_word_length]}} 5 {{url}}-e, --emailbooleanOutput a wordlist from the given URL in debug mode including email addresses
Example:
cewl --debug {{[-e|--email]}} {{url}}Examples (5)
Create a wordlist file from the given URL up to 2 links depth
cewl [-d|--depth] 2 [-w|--write] path/to/wordlist.txt urlOutput an alphanumeric wordlist from the given URL with words of minimum 5 characters
cewl --with-numbers [-m|--min_word_length] 5 urlOutput a wordlist from the given URL in debug mode including email addresses
cewl --debug [-e|--email] urlOutput a wordlist from the given URL using HTTP Basic or Digest authentication
cewl --auth_type basic|digest --auth_user username --auth_pass password urlmade by @shridhargupta | data from tldr-pages