Home

Awesome

Subdomain3

version stars forks language language

README.md in Chinese 中文

Description

Subdomain3 is a new generation of tool , It helps penetration testers to discover more information in a shorter time than other tools.The information includes subdomains, IP, CDN, and so on. Please enjoy it.

Screenshot

medium pattern for speed

Features

Three patterns for speed. User can modify the configuration(lib/config.py) file to speed-up.

Determines whether the subdomain uses CDN storage automatically,even though the dict of CDN severs not contain the cname suffix.

Sorting ip and report CIDR(example 1.1.1.1/24) that it not use CDN storage;

Discover more subdomains,example:admin.test.xx.com

Million of subs support

1 CPU/1GB Memory/1Mbps bandwidth

Discover the fastest nameserver;The strategy of dynamically adjusting of dict by importing subdomains from other sources;Prevent dns cache pollution;

Getting started

git clone https://github.com/yanxiu0614/subdomain3.git

pip install -r requirement.txt

python2/3 brutedns.py -d tagetdomain -s high -l 5

Usage

Short FormLong FormDescription
-d--domaintarget domain,for example: baidu.com
-s        --speedspeed,three patterns:fast,medium,low
-l--levelexample: 2:w.baidu.com; 3:w.w.baidu.com;
-f--fileThe list of target domain
-c--cnamen or y,collect cnames
-ns--default_dnsn or y
-f1--sub_filesub dict
-f2--next_sub_filenext sub dict
-f3--other_filesubdomain log from search engine

License

The MIT License(http://opensource.org/licenses/MIT)

Please feel free to use and contribute to the development.

Thanks:

Changelog:

©<a href="https://github.com/monsterzer0" target="_blank">Monster Zero Team</a> 2019