Skip to content

xiachong404/domain_scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

domain_scan

多线程批量爆破二级域名

Usage: getsub.py [options]

Options:
  -h, --help            show this help message and exit
  -u URL, --url=URL     Get a single top-level domain names.
  -l DOMAIN_LIST, --list=DOMAIN_LIST
                        Top-level domain name list.
  -f SUB_FILE, --file=SUB_FILE
                        Dict file used to brute sub names
  -t THREADS_NUM, --threads=THREADS_NUM
                        Number of threads. default = 60
  -o OUTFILE, --outfile=OUTFILE
                        Output file name. default is {target}.txt
Example: 
	python getsub.py -u baidu.com
	python getsub.py -l domain.txt -f sub.txt -t 50

About

多线程批量爆破二级域名

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages