issues
search
anshumanbh
/
tko-subs
A tool that can help detect and takeover subdomains with dead DNS records
MIT License
745
stars
137
forks
source link
Add dead CNAME record- and wrong NS record-based takeover checks
#22
Closed
mhmdiaa
closed
6 years ago
mhmdiaa
commented
6 years ago
Updates
Use
https://github.com/miekg/dns
for DNS queries instead of dig (new dependency).
Check if the target subdomain has dead
CNAME
records.
Check if the subdomain has an authoritative nameserver that isn't willing to answer queries (returns
SERVFAIL
/
REFUSED
).
Updates
CNAME
records.SERVFAIL
/REFUSED
).