子域名爆破(subDomainsBrute)

2018-12-21  本文已影响0人  唐小风7

python环境

我用的2.7.10

子域名爆破(subDomainsBrute)

github下载

更新pip

python -m pip install --upgrade pip

安装依赖环境

pip install dnspython gevent

Usage

Usage: subDomainsBrute.py [options] target.com
Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -f FILE               File contains new line delimited subs, default is
                        subnames.txt.
  --full                Full scan, NAMES FILE subnames_full.txt will be used
                        to brute
  -i, --ignore-intranet
                        Ignore domains pointed to private IPs
  -t THREADS, --threads=THREADS
                        Num of scan threads, 200 by default
  -p PROCESS, --process=PROCESS
                        Num of scan Process, 6 by default
  -o OUTPUT, --output=OUTPUT
                        Output file name. default is {target}.txt

kali下载直接用

python subDomainsBrute.py xxx.com

不要加www

上一篇 下一篇

猜你喜欢

热点阅读