mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
Fixed cosmetic issues.
This commit is contained in:
parent
ac39c0ff80
commit
ad21a4999d
1 changed files with 1 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue