mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
updated way data is stored in database.
This commit is contained in:
parent
080c21a753
commit
a37d3cbd5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue