dnsReaper icon indicating copy to clipboard operation
dnsReaper copied to clipboard

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!

Results 37 dnsReaper issues
Sort by recently updated
recently updated
newest added

The output per detection should include domain records i.e. CNAME, A, AAAA, NS. This should also be stored in the csv/json output

enhancement

SecurityTrails has a powerful free API for reconnaissance, I'm not sure if it fully fits dnsReaper's scope but I think it could be useful. API documentation is at https://docs.securitytrails.com/docs/overview

enhancement

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...

The current dockerhub auth token doesn't have the require permissions to update repo descriptions... Need to generate a new token.

documentation
enhancement

As mentioned in #83, I've added a sample setup.py file.

Hi, first of all, thanks for this extensible, extensive and easy-to-use tool. I plan to test it on hundreds of thousands of domains soon. Can we add `setup.py` to the...

enhancement

By default, Cloudflare's API only returns the first 50(?) zones and the first 100 records in a zone. To support arbitrary numbers of zones and records, it's necessary to use...