Updated crtsh for when user chooses all search engines to work properly.

This commit is contained in:
NotoriousRebel 2019-08-08 12:26:54 -04:00
parent d5c38b1af2
commit ed9936adf6

View file

@ -433,6 +433,8 @@ def start():
print('\033[94m[*] Searching CRT.sh. \033[0m')
search = crtsh.SearchCrtsh(word)
search.process()
hosts = filter(search.get_data())
all_hosts.extend(hosts)
db = stash.stash_manager()
db.store_all(word, all_hosts, 'host', 'CRTsh')