From ad21a4999d7235bc631986ce1409c5d9b409c347 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Sun, 23 Dec 2018 15:32:30 -0500 Subject: [PATCH] Fixed cosmetic issues. --- theHarvester.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theHarvester.py b/theHarvester.py index 3321a0e8..80ac5bb3 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -136,10 +136,7 @@ def start(argv): dnstld = True elif opt == '-b': engines = set(arg.split(',')) - supportedengines = set( - ["baidu", "bing", "bingapi", "censys", "crtsh", "cymon", "dogpile", "google", "googleCSE", "googleplus", - 'google-certificates', "google-profiles", "hunter", "linkedin", "netcraft", "pgp", "securityTrails", - "threatcrowd", "trello", "twitter", "vhost", "virustotal", "yahoo", "all"]) + supportedengines = set(["baidu", "bing", "bingapi", "censys", "crtsh", "cymon", "dogpile", "google", "googleCSE", "googleplus",'google-certificates', "google-profiles", "hunter", "linkedin", "netcraft", "pgp", "securityTrails", "threatcrowd", "trello", "twitter", "vhost", "virustotal", "yahoo", "all"]) if set(engines).issubset(supportedengines): print("found supported engines") print(("[-] Starting harvesting process for domain: " + word + "\n")) @@ -902,6 +899,5 @@ def start(argv): print("Search interrupted by user..") except Exception: import traceback - print(traceback.print_exc()) sys.exit()