CeWL包装说明
CeWL是一个Ruby应用程序,它蜘蛛指定的URL到指定深度,可选择以下外部链接,并返回的话,然后可以用于密码破解,例如约翰开膛手的名单。
CeWL也有一个相关的命令行应用程序,FAB(文件已经袋装),它使用相同的元数据提取技术来创建作者/创作者列出了已下载。
资料来源:http://www.digininja.org/projects/cewl.php
CeWL首页 | 卡利CeWL回购
- 作者:罗宾·伍德
- 许可:知识共享署名 - 相同方式分享2.0
包含在cewl软件包工具
cewl - 自定义词库生成器
[email protected]:~# cewl --help
CeWL 5.0 Robin Wood ([email protected]) (www.digininja.org)
Usage: cewl [OPTION] ... URL
--help, -h: show help
--keep, -k: keep the downloaded file
--depth x, -d x: depth to spider to, default 2
--min_word_length, -m: minimum word length, default 3
--offsite, -o: let the spider visit other sites
--write, -w file: write the output to the file
--ua, -u user-agent: useragent to send
--no-words, -n: don't output the wordlist
--meta, -a include meta data
--meta_file file: output file for meta data
--email, -e include email addresses
--email_file file: output file for email addresses
--meta-temp-dir directory: the temporary directory used by exiftool when parsing files, default /tmp
--count, -c: show the count for each word found
Authentication
--auth_type: digest or basic
--auth_user: authentication username
--auth_pass: authentication password
Proxy Support
--proxy_host: proxy host
--proxy_port: proxy port, default 8080
--proxy_username: username for proxy, if required
--proxy_password: password for proxy, if required
--verbose, -v: verbose
URL: The site to spider.
晶圆厂 - 文件已经袋装
[email protected]:~# fab --help
xx
Usage: xx [OPTION] ... filename/list
-h, --help: show help
-v: verbose
filename/list: the file or list of files to check
cewl用法示例
扫描至2(-d 2)的深度,并用5(-m 5)的最小字长,字保存到一个文件(-w docswords.txt),针对给定的URL(HTTP://文档。 kali.org):
[email protected]:~# cewl -d 2 -m 5 -w docswords.txt http://docs.kali.org
CeWL 5.0 Robin Wood ([email protected]) (www.digininja.org)
[email protected]:~# wc -l docswords.txt
4093 docswords.txt