cewl
custom word list generator
TLDR
Create a wordlist file from the given URL up to 2 links depth
Output an alphanumeric wordlist from the given URL with words of minimum 5 characters
Output a wordlist from the given URL in debug mode including email addresses
Output a wordlist from the given URL using HTTP Basic or Digest authentication
Output a wordlist from the given URL through a proxy
SYNOPSIS
cewl [OPTION] ... URL
DESCRIPTION
CeWL (Custom Word List generator) is a ruby app which spiders a given URL, up to a specified depth, and returns a list of words which can then be used for password crackers such as John the Ripper. Optionally, CeWL can follow external links. CeWL can also create a list of email addresses found in mailto links. These email addresses can be used as usernames in brute force actions. CeWL is pronounced "cool".
OPTIONS
General options
-h, --help
Show help.
-k, --keep
Keep the downloaded file.
-d
BUGS
Someone has reported that the spider misses some pages which are have querystrings on them. This issue isn't confirmed.
SEE ALSO
fab-cewl(1)
AUTHOR
The CeWL was written by Robin Wood