summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theHarvester.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/theHarvester.install b/theHarvester.install
index 746190a7db45..7a417b072ae8 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,9 +1,9 @@
post_install() {
echo "IMPORTANT: The location of API keys has changed!"
echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
- echo " googleCSE: API key and CSE ID"
- echo " hunter: API key"
- echo " intelx: API key"
- echo " securitytrails: API key"
- echo " shodan: API key"
+ echo " bingapi"
+ echo " hunter"
+ echo " intelx"
+ echo " securitytrails"
+ echo " shodan"
}