summarylogtreecommitdiffstats
path: root/theHarvester.install
diff options
context:
space:
mode:
authorocelot2019-01-26 00:20:01 +1100
committerocelot2019-01-26 00:20:01 +1100
commit9f7569795cf28449f698cd8f6583a2bd2bd6d3f2 (patch)
tree0404542f2d5574eb3719dfc9b5e8fb3da7fc6d54 /theHarvester.install
parent112fdc5f70c65c2cb6c645a5f17d8029a0d34a60 (diff)
downloadaur-9f7569795cf28449f698cd8f6583a2bd2bd6d3f2.tar.gz
improve terminal output
Diffstat (limited to 'theHarvester.install')
-rw-r--r--theHarvester.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/theHarvester.install b/theHarvester.install
index d880881685b3..9326ca96f7ed 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,8 +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 ">>>googleCSE: API key and CSE ID"
- echo ">>>hunter: API key"
- echo ">>>securitytrails: API key"
- echo ">>>shodan: API key"
+ echo " googleCSE: API key and CSE ID"
+ echo " hunter: API key"
+ echo " securitytrails: API key"
+ echo " shodan: API key"
}