Host Collision Enumeration
获取存在但没有解析记录的域名
cat subs.txt | dnsx -json -retry 3 -rc NXDOMAIN -o hack/host-collision/noxdomain.txt
cat hack/host-collision/noxdomain.txt | jq '.host' -r | anew hack/host-collision/hostList.txt# REFERENCE DOCS
https://github.com/projectdiscovery/dnsx
https://jqlang.github.io/jq/manual获取指向内网 IP 地址的域名
获取域名 A 记录解析到的 IP 地址
使用工具进行 Host 碰撞测试
最后更新于