punk-security / dnsReaper

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

Add a method of ingesting domains from yaml with a full structure #42

Closed SimonGurney closed 2 years ago

SimonGurney commented 2 years ago

To support a DevSecOps pipeline, really we need to be able to ingest Domains as they are to be provisioned, not a list of domains which we then query for records. To make this work, we need to support ingesting domains with their A, AAAA etc records defined as well.

I suggest yaml, but json might be easier...

SimonGurney commented 2 years ago

We do now support BIND zonefiles, which feels like a reasonable intermediary #65

SimonGurney commented 2 years ago

Closing this, we now accept multiple bind files which is a standard structure. Its more complex than we could achieve with yaml, but libraries exist in most languages to generate it