搜索
查看: 625|回复: 1

根据目标网站内容生成字典工具

[复制链接]

1839

主题

2255

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
11913
发表于 2016-3-22 12:01:34 | 显示全部楼层 |阅读模式
在渗透过程中,字典上必备的,质量高的字典往往能突破目标,现在网上流传的弱口令字典都很不错,我要说的这个软件,它能够根据网站的内容生成字典,再结合弱口令,大大提高爆破效率,也是偶然的机会在国外文章中发现的,虽然工具老了点,使用性很强,下面我来介绍下吧
Cewl蜘蛛是一个ruby应用程序,能制定url深度爬行,提取页面中的关键词,并且返回,它预装在kali下,小伙伴们可以直接使用。
用法
  1. root@kali:~# cewl --help
  2. CeWL 5.1 Robin Wood (robin@digininja.org)(www.digininja.org)

  3. Usage: cewl [OPTION] ... URL
  4.     --help, -h: show help
  5.     --keep, -k: keep the downloadedfile
  6.     --depth x, -d x: depth to spiderto, default 2
  7.     --min_word_length, -m: minimumword length, default 3
  8.     --offsite, -o: let the spidervisit other sites
  9.     --write, -w file: write theoutput to the file
  10.     --ua, -u user-agent: useragentto send
  11.     --no-words, -n: don't output thewordlist
  12.     --meta, -a include meta data
  13.     --meta_file file: output filefor meta data
  14.     --email, -e include emailaddresses
  15.     --email_file file: output filefor email addresses
  16.     --meta-temp-dir directory: thetemporary directory used by exiftool when parsing files, default /tmp
  17.     --count, -c: show the count foreach word found

  18.     Authentication
  19.     --auth_type: digest or basic
  20.     --auth_user: authenticationusername
  21.     --auth_pass: authenticationpassword

  22.     Proxy Support
  23.     --proxy_host: proxy host
  24.     --proxy_port: proxy port,default 8080
  25.     --proxy_username: username forproxy, if required
  26.     --proxy_password: password forproxy, if required

  27.     --verbose, -v: verbose

  28.     URL: The site to spider.
  29. 常用参数:
  30. –d 蜘蛛深度
  31. -m  最小值的长度
  32. -w  保存文件
  33. 例子:
  34. Cewl -w meg.txt  http://www.megacorpone.com
复制代码
这是我拿《老外的一份测试报告》测试的,里面的密码是nanotechnology1
[/url]
使用cewl 生成的字典,包含nanotechnology 虽然跟原文章有点差异,后期你可以用python 加入弱口令,提高爆破率。
[url=http://static.wooyun.org/upload/image/201603/2016032211484330142.png]


参考:http://tools.kali.org/password-attacks/cewl
         http://drops.wooyun.org/papers/576

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?Join BUC

x
过段时间可能会取消签到功能了
success95 该用户已被删除
发表于 2016-4-8 11:28:28 | 显示全部楼层
这个好东西,在kali下安装试试
您需要登录后才可以回帖 登录 | Join BUC

本版积分规则

Powered by Discuz!

© 2012-2015 Baiker Union of China.

快速回复 返回顶部 返回列表