Cewl

creating custom word lists spidering a targets website and collecting unique words

cewl https://www.url.com -w wordlists.txt
cewl https://www.url.com -m 5 -w words_with_at_least_5_chars.txt
cewl https://www.url.com -n -e    # Display mail and hide words
cewl https://www.url.com --with-numer    # Alphanumeric
cewl https://www.url.com -c    # Count number of time a word is seen
cewl https://www.url.com -d 3.   # Depth of search

Last updated