fleetcaptain
cb73117f54
Uncommented out the subbrute import statement that was preventing bruteforce from running
2019-08-19 20:30:08 -07:00
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
14d52ade3f
Merge pull request #6 from fleetcaptain/revert-5-touhidshaikh-table-added
...
Revert "Table added"
2019-03-23 20:28:55 -07:00
fleetcaptain
1e2ce8cda6
Revert "Table added"
2019-03-23 20:25:20 -07:00
fleetcaptain
df411415bd
Merge pull request #5 from touhidshaikh/touhidshaikh-table-added
...
Thanks for the contribution!
2019-03-23 20:15:28 -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
fleetcaptain
e5700ae8a5
Merge pull request #4 from touhidshaikh/master
...
Record Line and Error line Colour Changed
2019-03-20 20:54:22 -07:00
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
7f786398ea
Merge branch 'master' of https://github.com/fleetcaptain/Turbolist3r
2019-03-16 18:54:32 -07:00
fleetcaptain
bd1970c5c2
Update turbolist3r.py
...
Server 75.75.75.75 seems prone to frequent timeouts and errors, removing from pool of resolvers
2019-03-10 21:51:26 -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
d10ba66fa6
Update README.md
...
Update first screenshot to reflect correct option usage
2019-01-10 17:00:04 -08:00
fleetcaptain
acc8266cf1
Update README.md
...
Added help for new options
2019-01-10 16:55:12 -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
fleetcaptain
9101a974d0
Merge pull request #3 from Damian89/master
...
Major bugfixes
2018-07-02 14:25:43 -07: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
f41265fb54
Update README.md
...
Fixed formatting issue
2018-06-13 22:47:52 -07:00
fleetcaptain
8c7d35aaf9
- Added a debugging option (--debug) that prints verbose DNS information as it is processed during the analysis module (-a)
...
- Fixed a bug where CNAME records could be incorrectly reported as A records
2018-06-13 22:44:53 -07: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
fleetcaptain
3e6d4e80df
Merge pull request #2 from kartikeyap/master
...
Uncommented import for subbrute module
2018-04-02 09:12:00 -07:00
kartikeya puri
339c9e1ca1
Uncommented import for subbrute module
2018-04-02 20:44:29 +05:30
fleetcaptain
22cf735ffa
Merge pull request #1 from kartikeyap/master
...
Added dnslib as a requirement in requirements.txt
2018-03-30 21:50:39 -07:00
kartikeya puri
c4f668995c
Added dnslib as a requirement in requirements.txt
2018-03-09 15:08:40 +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
99086ac1e0
Update README.md
2018-01-16 21:21:38 -08:00
fleetcaptain
b6b9f4b217
Add files via upload
2018-01-15 16:22:31 -08:00
fleetcaptain
cef20ce6b3
Delete sublist3r.py
2018-01-15 16:21:55 -08:00
fleetcaptain
82d5dae1cd
Update README.md
...
Added screenshots, updated Credits
2018-01-15 16:21:17 -08:00
fleetcaptain
2a14a1405c
Update README.md
2018-01-15 16:16:11 -08:00
fleetcaptain
6712e41d7b
Update README.md
2018-01-15 16:15:13 -08:00
Ahmed Aboul-Ela
832d544fa6
Fix Issue #120 (name 'basestring' is not defined)
2017-11-30 19:15:38 +04:00
Ahmed Aboul-Ela
febe52bf66
Fix issue #108 and issue #114
...
Fix issue #108 and issue #114
2017-11-23 16:06:09 +04:00
Stephan Gross
da4b3fa6eb
Fix issue #114 argument of type 'int' is not iterable in function check_response_errors
2017-09-25 06:41:14 +03:00
Stephan Gross
52089f5761
Fix issue #108 local variable 'links' referenced before assignment, and apply similar fix to functions with similar issue
2017-09-25 04:47:17 +03:00
Ahmed Aboul-Ela
def05273f7
Switched to platform-specific line separators when writing out files
...
Switched to platform-specific line separators when writing out files
2017-07-19 02:44:50 +04:00
Thomas Snider
a24faca5b0
Switched to platform-specific line separators when writing out files
2017-07-12 20:12:56 -07:00
Ahmed Aboul-Ela
27cfe3499b
Fixed some typos/grammar issues
...
Fixed some typos/grammar issues
2017-06-22 20:23:49 +04:00
Ahmed Aboul-Ela
9673dcddb8
Removed Bogus PTRarchive & fixed the PassiveDNS Engine
2017-06-22 15:37:19 +04:00
Ben
8754fd66a7
Fixed some typos/grammar issues
2017-06-15 17:30:31 -05:00
Ben
1dad9911bd
Fixed some typos
2017-06-15 17:26:57 -05:00
Ahmed Aboul-Ela
35cf6ee70b
Fixed Yahoo Engine
2017-05-26 00:05:07 +04:00
Ahmed Aboul-Ela
fd575d4b9c
Fixed broken PassiveDNS engine
2017-05-25 23:12:06 +04:00
Ahmed Aboul-Ela
6149309176
Fixed broken PassiveDNS engine
2017-05-25 06:33:38 +04:00