Update __main__.py

This commit is contained in:
Matt 2019-10-02 15:51:03 -04:00 committed by GitHub
parent 40eaadfd2b
commit b345af9e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,7 +343,9 @@ def start():
all_hosts.extend(hosts)
db = stash.stash_manager()
db.store_all(word, all_hosts, 'host', 'suip')
except Exception as e:
print(e)
elif engineitem == 'spyse':
print('\033[94m[*] Searching Spyse. \033[0m')
from theHarvester.discovery import spyse