dnsReaper
dnsReaper copied to clipboard
dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
The output per detection should include domain records i.e. CNAME, A, AAAA, NS. This should also be stored in the csv/json output
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
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...
Resolves #94
The current dockerhub auth token doesn't have the require permissions to update repo descriptions... Need to generate a new token.
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...
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...