Skip to content

start-cat/host-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

host-python3

批量检测host头碰撞漏洞,增加参数指定域名和IP文件,可指定线程数,可指定结果输出为csv文件

帮助

python3 host_vs_ip.py -h

image

使用默认线程数(20)

python3 host_vs_ip.py -furl domains.txt -fip ips.txt -o results.csv

指定使用30个线程

python3 host_vs_ip.py -furl domains.txt -fip ips.txt -o results.csv --threads 30

使用短参数形式指定线程数

python3 host_vs_ip.py -furl domains.txt -fip ips.txt -o results.csv -t 30

参考项目,进行优化

https://github.com/fofapro/Hosts_scan/tree/master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages