mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 09:41:06 +08:00
revert that change
This commit is contained in:
parent
6c42fbe37c
commit
f46a13f15d
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue