Commit Graph

18 Commits

Author SHA1 Message Date
fleetcaptain c25c4d46a8 New feature: DNS servers/resolvers can now be loaded from a file. Use the command line option -r/--resolvers to specify the path to the resolvers file.
Enter one DNS server IP address per line.
2019-06-08 15:38:21 -07:00
fleetcaptain 1e2ce8cda6
Revert "Table added" 2019-03-23 20:25:20 -07:00
Touhid M Shaikh 39f43948ff
Table Align to Left.
Aligned Table to left for better looks. ;)
2019-03-22 19:06:33 +05:30
Touhid M Shaikh cf4c0ca37d
Update turbolist3r.py 2019-03-22 18:46:47 +05:30
Touhid M Shaikh 5503bf5687
Added Table View for records display.
Added Table View for records display. A separate table for CNAME and A records.
2019-03-22 18:43:03 +05:30
Touhid M Shaikh b2383ab29f
Error Line in Red
Error Line in Red
2019-03-20 15:13:03 +05:30
Touhid M Shaikh a3d5144d72
Record Lines Colour Changed
Record Lines Colour Changed (CNAME and A)
2019-03-20 15:10:29 +05:30
fleetcaptain e6c89c3a9b Fix SHA hashing and Unicode issue in python3 2019-03-16 20:08:48 -07:00
fleetcaptain 7c4dddce73 Converted indentation from spaces to tabs universally across the whole script 2019-03-16 19:15:21 -07:00
fleetcaptain 228071832d Remove resolver 75.75.75.75, kept getting errors
Error messages now print which resolver was involved in the error
2019-03-01 21:11:54 -08:00
fleetcaptain b8bb16636f Changes:
- The -a option no longer requires an argument and does not save RDNS analysis by default
- Use --saverdns <file> to save analysis output
- Added capability to perform RDNS on subdomains loaded from file (--inputfile)
- Other minor edits
2019-01-10 16:42:27 -08:00
Damian Schwyrz 89c494ae9b - Added cloudflare resolvers
- Fixed deadlock based on 75144adaa6
2018-06-30 17:33:43 +02:00
Damian Schwyrz 322b613e60 Fixed different python3 bugs:
- wrong intendation
- mix of "print ..." and "print(...)"
- minor improvents (https, headers as static var)
2018-06-30 17:29:53 +02:00
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