punk-security / dnsReaper

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

Add generic unregistered domain check #25

Closed SimonGurney closed 2 years ago

SimonGurney commented 2 years ago

We can add a generic check for unregistered domains using whois...

Seems sensible and should be a high confidence check :)

https://pytutorial.com/check-domain-is-available

SimonGurney commented 2 years ago

Apparently whois rate limiting is v aggressive, will have to have a switch to disable it...

SimonGurney commented 2 years ago

Got it, we should do it but only for an nxdomain of x.y and not x.y.z etc