cewl
CeWL is a ruby app which spiders a given URL to a specified depth, optionally following external links, and returns a list of words which can then be used for password crackers such as John the Ripper.
Name:cewl
Category:Utilities
Publisher:trickest
Created:6/23/2021
Container:
quay.io/trickest/cewl:4ad686f
Output Type:
License:Unknown
Source:View Source
Parameters
The site to spider--meta
Include meta data.--count
Show the count for each word found.--debug
Extra debug information.-d
Depth to spider to, default 2.--email
Include email addresses.--groups
Return groups of words as well--header
In format name:value - can pass multiple.--allowed
A regex pattern that path must match to be followed--exclude
A file containing a list of paths to exclude--offsite
Let the spider visit other sites.--verbose
Verbose.--auth_pass
Authentication password.--auth_type
Digest or basic.--auth_user
Authentication username.--lowercase
Lowercase all parsed words--proxy_host
Proxy host.--proxy_port
Proxy port, default 8080.--ua
User agent to send.--with-numbers
Accept words with numbers in as well as just letters--proxy_password
Password for proxy, if required.--proxy_username
Username for proxy, if required.--convert-umlauts
Convert common ISO-8859-1 (Latin-1) umlauts (ä-ae, ö-oe, ü-ue, ß-ss)--max_word_length
Maximum word length, default unset.--min_word_length
Minimum word length, default 3.