Update turbolist3r.py

Server 75.75.75.75 seems prone to frequent timeouts and errors, removing from pool of resolvers
This commit is contained in:
fleetcaptain 2019-03-10 21:51:26 -07:00 committed by GitHub
parent d10ba66fa6
commit bd1970c5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ if __name__ == "__main__":
# Code added here # Code added here
if (analyze): if (analyze):
# res is the list of subdomains e.g. www.example.com, mail.example.com, etc # 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 server = 0
count = 0 count = 0
total = str(len(res)) total = str(len(res))