diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index 598c9fd0..2bafac6a 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -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: