diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index d8eabd59..0959467e 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -512,7 +512,7 @@ def start(): if dnsbrute is True: print('\n[*] Starting DNS brute force.') a = dnssearch.DnsForce(word, dnsserver, verbose=True) - res = a.process() + a.process() # print('\n[*] Hosts found after DNS brute force:') # for y in res: # print('-------------------------------------')