From a37d3cbd5dc7767337f973a554a3e1fc26aca1f9 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Fri, 15 May 2020 19:01:22 -0400 Subject: [PATCH] updated way data is stored in database. --- theHarvester/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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