Merge pull request #8 from gavin-anders/patch-1
Correct print when using python3
This commit is contained in:
commit
84d82d9019
|
|
@ -26,7 +26,7 @@ from collections import Counter
|
|||
try:
|
||||
from subbrute import subbrute
|
||||
except:
|
||||
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
|
||||
import requests
|
||||
# import dnslib, which provides better features compared to dns.resolver for finding subdomains
|
||||
|
|
|
|||
Loading…
Reference in New Issue