Updated main to fix crtsh

This commit is contained in:
NotoriousRebel
2019-08-08 00:35:21 -04:00
parent 74b3572b0d
commit 8bbcbbad20
+2
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')