mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
Errror message fix
removed exalead from suggested engines
This commit is contained in:
parent
7ab1d5fc73
commit
8541e3fc0f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def start(argv):
|
|||
if engine not in ("google","googleCSE" , "linkedin", "pgp", "all", "google-profiles", "bing", "bing_api",
|
||||
"yandex", "people123", "jigsaw", "dogpilesearch","twitter","googleplus"):
|
||||
usage()
|
||||
print "Invalid search engine, try with: bing, google, linkedin, pgp, exalead, jigsaw, bing_api, people123, google-profiles,dogpilesearch,twitter,googleplus"
|
||||
print "Invalid search engine, try with: bing, google, linkedin, pgp, jigsaw, bing_api, people123, google-profiles,dogpilesearch,twitter,googleplus"
|
||||
sys.exit()
|
||||
else:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue