mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
Update __main__.py
This commit is contained in:
parent
40eaadfd2b
commit
b345af9e97
1 changed files with 3 additions and 1 deletions
|
@ -343,6 +343,8 @@ def start():
|
||||||
all_hosts.extend(hosts)
|
all_hosts.extend(hosts)
|
||||||
db = stash.stash_manager()
|
db = stash.stash_manager()
|
||||||
db.store_all(word, all_hosts, 'host', 'suip')
|
db.store_all(word, all_hosts, 'host', 'suip')
|
||||||
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
|
|
||||||
elif engineitem == 'spyse':
|
elif engineitem == 'spyse':
|
||||||
print('\033[94m[*] Searching Spyse. \033[0m')
|
print('\033[94m[*] Searching Spyse. \033[0m')
|
||||||
|
|
Loading…
Reference in a new issue