Commit Graph

5 Commits

Author SHA1 Message Date
fleetcaptain adfd5601f1 Multiple updates:
- Added debug function (--debug) to print verbose DNS information
- Fixed a bug where CNAME records could be incorrectly reported as A records
2018-06-13 22:42:24 -07:00
kartikeya puri 339c9e1ca1 Uncommented import for subbrute module 2018-04-02 20:44:29 +05:30
fleetcaptain fa0b44e7c6
Update turbolist3r.py
Edited analysis section to be more resilient against errors. Found subdomain candidates that began with a dot (ex .domain.com) caused the DNS query to choke. Modified exception catch block to catch unknown errors and continue around to try the next subdomain candidate.
2018-02-17 21:59:41 -08:00
fleetcaptain 0271f4c63f
Update turbolist3r.py
Changed the analysis DNS requests to use dnslib for better subdomain takeover detection. The dns.resolver library could miss out on some subdomains pointing to vulnerable cloud services that returned NXDOMAIN status since the cloud service did not exist but the target domain's pointer record still existed and pointed to it.
2018-01-16 21:24:14 -08:00
fleetcaptain b6b9f4b217
Add files via upload 2018-01-15 16:22:31 -08:00