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

Test domains with a generator #100

Closed SimonGurney closed 1 year ago

SimonGurney commented 1 year ago

Currently we fetch all domains and then start testing them against signatures. To receive a larger domain list on stdin, we should instead start processing domains as they are yielded from the providers. This may not be possible, but should be investigated

SimonGurney commented 1 year ago

It turns out we already do this

SimonGurney commented 1 year ago

It turns out we already do this