Linux command
cewl 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
cewl -d 2 -w [path/to/wordlist.txt] [url]
Example
cewl --with-numbers -m 5 [url]
Example
cewl -v -e [url]
Example
cewl --auth_type [basic|digest] --auth_user [username] --auth_pass [password] [url]
Example
cewl -c [url]
Example
cewl --proxy_host [host] --proxy_port [port] [url]
说明
cewl (Custom Word List generator) spiders a website and creates a wordlist from the content found. This wordlist can be used for password cracking, especially when targeting organizations where passwords may be based on company-specific terms. The tool follows links to a configurable depth and extracts unique words meeting length requirements.
参数
- -d, --depth _n_
- Spider to link depth n (default: 2)
- -w, --write _file_
- Write wordlist to file
- -m, --min_word_length _n_
- Minimum word length (default: 3)
- --with-numbers
- Include words with numbers
- -c, --count
- Show the count for each word found
- -e, --email
- Include email addresses found in the page
- -a, --meta
- Include metadata from the page
- -u, --ua _AGENT_
- Set the user agent string
- -v, --verbose
- Enable verbose output
- --auth_type _type_
- Authentication type: basic or digest
- --auth_user _user_
- Authentication username
- --auth_pass _pass_
- Authentication password
- --proxy_host _host_
- Proxy host
- --proxy_port _port_
- Proxy port
FAQ
What is the cewl command used for?
cewl (Custom Word List generator) spiders a website and creates a wordlist from the content found. This wordlist can be used for password cracking, especially when targeting organizations where passwords may be based on company-specific terms. The tool follows links to a configurable depth and extracts unique words meeting length requirements.
How do I run a basic cewl example?
Run `cewl -d 2 -w [path/to/wordlist.txt] [url]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d, --depth _n_ do in cewl?
Spider to link depth n (default: 2)