updated way data is stored in database.

This commit is contained in:
NotoriousRebel 2020-05-15 19:01:22 -04:00
parent 080c21a753
commit a37d3cbd5d

View file

@ -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