Skip to content

Commit

Permalink
Update theHarvester.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v committed Nov 13, 2017
1 parent 5e78301 commit 2fdcd79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/theHarvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def start(argv):
engine = arg
if engine not in ("baidu", "bing", "crtsh","bingapi","dogpile", "google", "googleCSE","virustotal", "googleplus", "google-profiles","linkedin", "pgp", "twitter", "vhost", "yahoo","netcraft","all"):
usage()
print "Invalid search engine, try with: baidu, bing, bingapi,crtsh, dogpile, google, googleCSE, virustotal, netcraft, googleplus, google-profiles, linkedin, pgp, twitter, vhost, yahoo, all"
sys.exit()
else:
pass
Expand Down Expand Up @@ -139,4 +138,4 @@ def start(argv):
except KeyboardInterrupt:
print "Search interrupted by user.."
except:
sys.exit()
sys.exit()

0 comments on commit 2fdcd79

Please sign in to comment.