Fix lgtm error

This commit is contained in:
L1ghtn1ng 2019-10-14 01:34:23 +01:00
parent 6e5c144261
commit dc7da6b94c

View file

@ -512,7 +512,7 @@ def start():
if dnsbrute is True: if dnsbrute is True:
print('\n[*] Starting DNS brute force.') print('\n[*] Starting DNS brute force.')
a = dnssearch.DnsForce(word, dnsserver, verbose=True) a = dnssearch.DnsForce(word, dnsserver, verbose=True)
res = a.process() a.process()
# print('\n[*] Hosts found after DNS brute force:') # print('\n[*] Hosts found after DNS brute force:')
# for y in res: # for y in res:
# print('-------------------------------------') # print('-------------------------------------')