Skip to content

A simple and fast sub domain brute tool for pentesters

Notifications You must be signed in to change notification settings

xxnbyy/subDomainsBrute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subDomainsBrute 1.0.3

A simple and fast sub domain brute tool for pentesters. It can rearch as fast as 1000 DNS queries per second.

这个脚本的主要目标是发现其他工具无法探测到的域名, 如Google,aizhan,fofa。高频扫描每秒DNS请求数可超过1000次。

##Change Log (Nov 9, 2016)

  • Time performance optimization
  • Placeholder {alphnum} {alpha} {num} could be used in Names File

##Dependencies First you need to install dnspython to do DNS query

pip install dnspython

##Usage

Usage: subDomainsBrute.py [options] target.com

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  --full                Full scan, a large NAMES FILE will be used during the scan
  -i, --ignore-intranet
                        Ignore domains pointed to private IPs
  -o OUTPUT, --output=OUTPUT
                        Output file name. default is {target}.txt

参数 -t 已经去掉了,想要设定并发线程的数量,请直接修改dict\dns_servers.txt文件中的行数即可。

##Screenshot screenshot

Output file could be like: https://github.com/lijiejie/subDomainsBrute/blob/master/dict/sample_youku.com_full.txt

LiJieJie my[at]lijiejie.com (Blog)

About

A simple and fast sub domain brute tool for pentesters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%