summarylogtreecommitdiffstats
path: root/theHarvester.install
diff options
context:
space:
mode:
Diffstat (limited to 'theHarvester.install')
-rw-r--r--theHarvester.install13
1 files changed, 6 insertions, 7 deletions
diff --git a/theHarvester.install b/theHarvester.install
index 7a417b072ae8..e3df8ff8baed 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,9 +1,8 @@
post_install() {
- echo "IMPORTANT: The location of API keys has changed!"
- echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
- echo " bingapi"
- echo " hunter"
- echo " intelx"
- echo " securitytrails"
- echo " shodan"
+ printf '%s\n\n' "IMPORTANT: The location of API keys has changed to /etc/theHarvester/api-keys.yml"
+ printf '%s\n' "APIs requiring keys:"
+ printf '\t- %s\n' "bing" "github" "hunter" \
+ "intelx" "pentesttools" \
+ "projecdiscovery" "securityTrails" \
+ "shodan" "spyse"
}