parent
5973aeefc9
commit
ee032752d3
|
|
@ -24,14 +24,7 @@ from collections import Counter
|
||||||
try:
|
try:
|
||||||
from subbrute import subbrute
|
from subbrute import subbrute
|
||||||
except:
|
except:
|
||||||
<<<<<<< HEAD
|
|
||||||
print("Failed to import subbrute, you will not be able to bruteforce")
|
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 requests
|
||||||
|
|
||||||
# import dnslib, which provides better features compared to dns.resolver for finding subdomains
|
# import dnslib, which provides better features compared to dns.resolver for finding subdomains
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue