revert that change

This commit is contained in:
L1ghtn1ng 2019-12-24 03:17:56 +00:00
parent 6c42fbe37c
commit f46a13f15d

View file

@ -186,8 +186,8 @@ def store(search_engine: Any, source: str, process_param: Any = None, store_host
from theHarvester.discovery import crtsh
crtsh_search = crtsh.SearchCrtsh(word)
await store(crtsh_search, 'CRTsh', store_data=True)
except Exception:
print(f'\033[93m[!] A timeout occurred with crtsh, cannot find {args.domain}\033[0m')
except Exception as e:
print(f'\033[93m[!] A timeout occurred with crtsh, cannot find {args.domain}\n {e}\033[0m')
elif engineitem == 'dnsdumpster':
try: