Update turbolist3r.py

fix merge error
This commit is contained in:
fleetcaptain 2019-10-10 19:38:03 -07:00 committed by GitHub
parent 5973aeefc9
commit ee032752d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -24,14 +24,7 @@ from collections import Counter
try:
from subbrute import subbrute
except:
<<<<<<< HEAD
print("Failed to import subbrute, you will not be able to bruteforce")
#import dns.resolver
=======
print("Failed to import subbrute, you will not be able to bruteforce")
import dns.resolver
>>>>>>> 84d82d9019bc65d836e14ce8d8959fd1deafd1de
import requests
# import dnslib, which provides better features compared to dns.resolver for finding subdomains