文件名称:subDomainsBrute:面向渗透测试者的快速子域暴力工具
文件大小:339KB
文件格式:ZIP
更新时间:2024-04-25 08:15:07
Python
subDomainsBrute 1.4 一个快速的子域暴力工具,适用于渗透测试人员。 它可与Python3.5 +或Python2.7一起使用,而Python3用户可以获得更好的性能。 高并发的DNS暴力枚举工具。支持Python3.5 +和Python2.7,使用Python3.5 +效率更高。 安装 Python3.5 +用户: 点安装aiodns Python2用户 pip安装dnspython gevent 截屏 使用大字典,扫描qq.com 用法 Usage: subDomainsBrute.py [options] target.com Options: --version show program's version number and exit -h, --help show this help message
【文件预览】:
subDomainsBrute-master
----screenshot.png(25KB)
----dict()
--------subnames.txt(121KB)
--------subnames_full.txt(496KB)
--------dns_servers.txt(85B)
--------next_sub_full.txt(6KB)
--------subnames_all_5_letters.txt(139B)
--------next_sub.txt(860B)
----.gitignore(22B)
----lib()
--------consle_width.py(3KB)
--------common.py(3KB)
--------common_py2.py(3KB)
--------scanner_py3.py(9KB)
--------__init__.py(0B)
--------cmdline.py(2KB)
--------common_py3.py(4KB)
--------scanner_py2.py(8KB)
----README.md(2KB)
----subDomainsBrute.py(4KB)