summarylogtreecommitdiffstats
path: root/theHarvester.install
diff options
context:
space:
mode:
Diffstat (limited to 'theHarvester.install')
-rw-r--r--theHarvester.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/theHarvester.install b/theHarvester.install
index 8e4c1ff21b11..d880881685b3 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,7 +1,8 @@
post_install() {
+ echo "IMPORTANT: The location of API keys has changed!"
echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
- googleCSE: API key and CSE ID
- hunter: API key
- securitytrails: API key
- shodan: API key"
+ echo ">>>googleCSE: API key and CSE ID"
+ echo ">>>hunter: API key"
+ echo ">>>securitytrails: API key"
+ echo ">>>shodan: API key"
}