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

Fix github pages signature #139

Closed SimonGurney closed 1 year ago

SimonGurney commented 1 year ago

Currently we only detect github pages takeovers (in some cases) if the provider fetches the a record, not the cname. To fix this,. we should also match the cname like we do for shopify.

Rather than have it with duplicate code, we should abstract this condition into a template

SimonGurney commented 1 year ago

Fixed this under #144