Skip to content

Commit

Permalink
Update turbolist3r.py
Browse files Browse the repository at this point in the history
fix merge error
  • Loading branch information
fleetcaptain authored Oct 11, 2019
1 parent 5973aee commit ee03275
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions turbolist3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@
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
Expand Down

0 comments on commit ee03275

Please sign in to comment.