diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index 3fe34451..81b8ae74 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -479,7 +479,7 @@ async def handler(lst): db = stash.StashManager() for host in hosts: print(host) - await db.store_all(word, host, 'host', 'dns_bruteforce') + await db.store_all(word, hosts, 'host', 'dns_bruteforce') # TakeOver Checking