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.
Details
Category: Utilities
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/cewl:4ad686f
Source URL: https://github.com/digininja/CeWL
Parameters
Command:
- The site to spiderCommand:
--meta
- Include meta data.Command:
--count
- Show the count for each word found.Command:
--debug
- Extra debug information.Command:
-d
- Depth to spider to, default 2.Command:
--email
- Include email addresses.Command:
--groups
- Return groups of words as wellCommand:
--header
- In format name:value - can pass multiple.Command:
--allowed
- A regex pattern that path must match to be followedCommand:
--exclude
- A file containing a list of paths to excludeCommand:
--offsite
- Let the spider visit other sites.Command:
--verbose
- Verbose.Command:
--auth_pass
- Authentication password.Command:
--auth_type
- Digest or basic.Command:
--auth_user
- Authentication username.Command:
--lowercase
- Lowercase all parsed wordsCommand:
--proxy_host
- Proxy host.Command:
--proxy_port
- Proxy port, default 8080.Command:
--ua
- User agent to send.Command:
--with-numbers
- Accept words with numbers in as well as just lettersCommand:
--proxy_password
- Password for proxy, if required.Command:
--proxy_username
- Username for proxy, if required.Command:
--convert-umlauts
- Convert common ISO-8859-1 (Latin-1) umlauts (ä-ae, ö-oe, ü-ue, ß-ss)Command:
--max_word_length
- Maximum word length, default unset.Command:
--min_word_length
- Minimum word length, default 3.