DNS
Domain & Subdomain Enumeration
go get -u github.com/tomnomnom/httprobe
▶ cat recon/example/domains.txt
example.com
example.edu
example.net
▶ cat recon/example/domains.txt | httprobe
http://example.com
http://example.net
http://example.edu
https://example.com
https://example.edu
https://example.netdomain-check-2 -d google.com
domain-check-2 -f domain-list.txt 




Subdomain Takeover


Last updated