mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
Added securityTrails to invalid message in theHarvester.py
This commit is contained in:
parent
c4bb668eca
commit
b2d39a4d4b
1 changed files with 1 additions and 2 deletions
|
@ -579,8 +579,7 @@ def start(argv):
|
|||
# yahoo
|
||||
else:
|
||||
usage()
|
||||
print(
|
||||
"Invalid search engine, try with: baidu, bing, bingapi, censys, crtsh, cymon, dogpile, google, googleCSE, googleplus, google-certificates, google-profiles, hunter, linkedin, netcraft, pgp, threatcrowd, trello, twitter, vhost, virustotal, yahoo, all")
|
||||
print("Invalid search engine, try with: 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")
|
||||
sys.exit()
|
||||
|
||||
# Results ############################################################
|
||||
|
|
Loading…
Reference in a new issue