summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTK2019-02-05 13:01:47 +1100
committerTK2019-02-05 13:01:47 +1100
commite860b6f772c3bd8402917db5563acdba77f916c7 (patch)
treed0a02d5afa7bfbe0c8b8e9d2b13eed68846a14d8
parent15ba38892b8c701943354c2da38e885edb7fb2fc (diff)
downloadaur-e860b6f772c3bd8402917db5563acdba77f916c7.tar.gz
update terminal output
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--theHarvester.install3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85be7abb85a0..7d2e8119de1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = theharvester-git
pkgdesc = A tool for gathering e-mail accounts, subdomain names, virtual hosts, open ports/ banners, and employee names from different public sources (search engines, pgp key servers).
- pkgver = 3.0.6.r250.g19eb2a4
+ pkgver = 3.0.6.r264.g21939b0
pkgrel = 1
url = https://github.com/laramies/theHarvester
install = theHarvester.install
diff --git a/PKGBUILD b/PKGBUILD
index ee2643aa3b6a..d1febc4273c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Neef <aur AT gehaxelt DOT IN>
pkgbase=theharvester-git
pkgname=theharvester-git
-pkgver=3.0.6.r250.g19eb2a4
+pkgver=3.0.6.r264.g21939b0
pkgrel=1
pkgdesc="A tool for gathering e-mail accounts, subdomain names, virtual hosts, open ports/ banners, and employee names from different public sources (search engines, pgp key servers)."
arch=('any')
diff --git a/theHarvester.install b/theHarvester.install
index 9326ca96f7ed..746190a7db45 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -3,6 +3,7 @@ post_install() {
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 " intelx: API key"
+ echo " securitytrails: API key"
echo " shodan: API key"
}