punk-security / dnsReaper

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
GNU Affero General Public License v3.0
1.93k stars 150 forks source link

Resolve some records for provided cnames and ns records #142

Closed SimonGurney closed 1 year ago

SimonGurney commented 1 year ago

When the CNAMES are provided by the provider, we dont query them at all. This is not ideal as it means we dont fetch any A records etc. CNAMES in the same dns zone will be tested anyway, so we should resolve CNAMES on provider records ONLY if they belong to a different base domain

SimonGurney commented 1 year ago

143