mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +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
|
# yahoo
|
||||||
else:
|
else:
|
||||||
usage()
|
usage()
|
||||||
print(
|
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")
|
||||||
"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")
|
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
# Results ############################################################
|
# Results ############################################################
|
||||||
|
|
Loading…
Reference in a new issue