From 4cfd5b65cc2312bda11a5b04ed170c52966673f1 Mon Sep 17 00:00:00 2001 From: jzold Date: Thu, 6 Dec 2018 17:47:14 +0000 Subject: [PATCH] added "censys" to theHarvester usage help --- theHarvester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theHarvester.py b/theHarvester.py index 6352dbec..6c471bcb 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -46,7 +46,7 @@ def usage(): print("Usage: theharvester options \n") print(" -d: Domain to search or company name") - print(""" -b: data source: baidu, bing, bingapi, crtsh, dogpile, + print(""" -b: data source: baidu, bing, bingapi, cenysy, crtsh, dogpile, google, google-certificates, googleCSE, googleplus, google-profiles, hunterio, linkedin, netcraft, pgp, threatcrowd, twitter, vhost, virustotal, yahoo, all""")