文件名称:haktldextract:从URL整体提取domainssubdomains
文件大小:1KB
文件格式:ZIP
更新时间:2024-04-10 05:04:35
Go
透明葡聚糖 从URL大量提取域/子域的基本工具 安装 go get github.com/hakluke/haktldextract 用法 cat urls.txt | haktldextract 选项: -t threads (number of concurrent threads to use, default is 16) -s subdomains (dump subdomains instead of base domains) 例子: cat urls.txt | haktldextract -s -t 16 | tee ./subs.txt
【文件预览】:
haktldextract-master
----main.go(1KB)
----README.md(414B)