summarylogtreecommitdiffstats
path: root/theHarvester.install
diff options
context:
space:
mode:
authorocelot2019-01-25 00:56:00 +1100
committerocelot2019-01-25 00:56:00 +1100
commit112fdc5f70c65c2cb6c645a5f17d8029a0d34a60 (patch)
tree8f8d3e017b22581f3514dff3c389172a5ebfe321 /theHarvester.install
parent63c07fd5655efa5c4770a735aba4b47d2e12a37f (diff)
downloadaur-112fdc5f70c65c2cb6c645a5f17d8029a0d34a60.tar.gz
update notification
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"
}