From bd1970c5c2878542fe394db1453fe974cef58b4e Mon Sep 17 00:00:00 2001 From: fleetcaptain Date: Sun, 10 Mar 2019 21:51:26 -0700 Subject: [PATCH] Update turbolist3r.py Server 75.75.75.75 seems prone to frequent timeouts and errors, removing from pool of resolvers --- turbolist3r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbolist3r.py b/turbolist3r.py index 6107886..97ee777 100644 --- a/turbolist3r.py +++ b/turbolist3r.py @@ -1145,7 +1145,7 @@ if __name__ == "__main__": # Code added here if (analyze): # res is the list of subdomains e.g. www.example.com, mail.example.com, etc - resolvers = ['8.8.8.8', '8.8.4.4', '9.9.9.9', '75.75.75.75', '1.1.1.1', '1.0.0.1'] + resolvers = ['8.8.8.8', '8.8.4.4', '9.9.9.9', '1.1.1.1', '1.0.0.1'] server = 0 count = 0 total = str(len(res))