subdomain3: discovering subdomains

subdomain3

Subdomain3

Subdomain3 is a new generation of the 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.

Features

  • More quick

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

  • CDN support

Determines whether the subdomain uses CDN storage by the searching list of CDN servers.

  • RFC CIDR

Sorting ip and report CIDR(example 1.1.1.1/24)

  • Multi-level subdomain support

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

  • Big dict support

Million of subs support

  • Less resource consumption

1 CPU/1GB Memory/1Mbps bandwidth

  • More intelligent

The strategy of dynamically adjusting of dic by importing subdomains from other sorces,suppport;

Installation

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

pip install -r requirement.txt

Usage

python brutedns.py -h

usage: brutedns.py [-h] [-s SPEED] [-d DOMAIN] [-l LEVEL] [-f FILE] [-c CDN]

A new generation of tool for discovering subdomains( ip , cdn and so
on),version=2.0

optional arguments:
-h, --help show this help message and exit
-s SPEED, --speed SPEED
low,medium and high
-d DOMAIN, --domain DOMAIN
domain name,for example:baidu.com
-l LEVEL, --level LEVEL
example: 1,hello.baidu.com;2,hello.world.baidu.com
-f FILE, --file FILE The list of domain
-c CDN, --cdn CDN collect cnnames,y or n

 

Copyright ©Sixtant Security Lab 2016-2017

Source: https://github.com/yanxiu0614/