From f46a13f15d0884b59b7e46692a0196c30e57acb3 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Tue, 24 Dec 2019 03:17:56 +0000 Subject: [PATCH] revert that change --- theHarvester/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: