文章总结: BlackWidow是一款基于Python的Web应用爬虫工具,能够自动收集目标网站的子域名、URL、动态参数、电子邮件地址和电话号码等信息,并包含Inject-X模糊测试器用于扫描OWASP常见漏洞。该工具支持自定义爬取深度、Cookie设置和详细日志输出,所有收集的数据会自动保存到排序的文本文件中,适用于安全研究人员进行信息收集和漏洞扫描。
综合评分: 85
文章分类: 爬虫,WEB安全,安全工具,漏洞分析,渗透测试
BlackWidow Web 应用爬虫
TtTeam
2025年8月18日 16:31
海南
BlackWidow 是一款基于 Python 的 Web 应用爬虫,用于从目标网站收集子域名、URL、动态参数、电子邮件地址和电话号码。该项目还包含 Inject-X 模糊测试器,用于扫描动态 URL 中常见的 OWASP 漏洞。
特征
- 自动从目标网站收集所有动态 URL 和参数
- 自动收集目标网站的所有子域名
- 自动从目标网站收集所有电话号码
- 自动收集目标网站的所有电子邮件地址
- 自动从目标网站收集所有表单 URL
- 自动扫描/模糊常见的 OWASP TOP 漏洞
- 自动将所有数据保存到排序的文本文件中
使用方法
blackwidow -u https://target.com - crawl target.com with 3 levels of depth.blackwidow -d target.com -l 5 -v y - crawl the domain: target.com with 5 levels of depth with verbose logging enabled.blackwidow -d target.com -l 5 -c 'test=test' - crawl the domain: target.com with 5 levels of depth using the cookie 'test=test'blackwidow -d target.com -l 5 -s y -v y - crawl the domain: target.com with 5 levels of depth and fuzz all unique parameters for OWASP vulnerabilities with verbose logging on.injectx.py -u https://test.com/uers.php?user=1&admin=true -v y - Fuzz all GET parameters for common OWASP vulnerabilities with verbose logging enabled.
免责声明:
本文所载程序、技术方法仅面向合法合规的安全研究与教学场景,旨在提升网络安全防护能力,具有明确的技术研究属性。
任何单位或个人未经授权,将本文内容用于攻击、破坏等非法用途的,由此引发的全部法律责任、民事赔偿及连带责任,均由行为人独立承担,本站不承担任何连带责任。
本站内容均为技术交流与知识分享目的发布,若存在版权侵权或其他异议,请通过邮件联系处理,具体联系方式可点击页面上方的联系我。
本文转载自:TtTeam 《BlackWidow Web 应用爬虫》