wydomain

to discover subdomains of your target domain

Stars
1.5K
Committers
3

wydomain

To Discover Subdomains Of Your Target Domain

git pullbug.

chaxun.la ip[]

https://github.com/ring04h/wydomain/blob/wydomain2/captcha.py https://github.com/ring04h/wydomain/blob/wydomain2/utils/chaxunla.py#L41

$ pip install -r requirements.txt	

1.

$ python dnsburte.py -h
usage: dnsburte.py [-h] [-t] [-d] [-f] [-o]

wydomian v 2.0 to bruteforce subdomains of your target domain.

optional arguments:
  -h, --help      show this help message and exit
  -t , --thread   thread count
  -d , --domain   domain name
  -f , --file     subdomains dict file name
  -o , --out      result out file
default.csv top 200
dnstop.csv dnspod.com top 2000
wydomain.csv wyodmian 1.0 top 3000 ()

wydomian 1.0 https://github.com/ring04h/wydomain/blob/master/domain_larger.csv

1.1

result/aliyun.com dnsburte.json

$ python dnsburte.py -d aliyun.com -f dnspod.csv -o aliyun.log
2016-11-01 13:01:02,327 [INFO] starting bruteforce threading(16) : aliyun.com
2016-11-01 13:02:15,985 [INFO] dns bruteforce subdomains(51) successfully...
2016-11-01 15:03:43,367 [INFO] result save in : aliyun.log

2. API

API result/aliyun.com json

$ python wydomain.py -h
usage: wydomain.py [-h] [-d] [-o]

wydomain v 2.0 to discover subdomains of your target domain.

optional arguments:
  -h, --help      show this help message and exit
  -d , --domain   domain name
  -o , --out      result out file

3.

domains.log

aliyun.com https://github.com/ring04h/wydomain/tree/wydomain2/result/aliyun.com https://github.com/ring04h/wydomain/blob/wydomain2/domains.log

weibo.com https://github.com/ring04h/wydomain/tree/wydomain2/result/weibo.com https://github.com/ring04h/wydomain/blob/wydomain2/weibo_domains.log

Related Projects