summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-07-15 20:00:36 +0200
committerHanno Böck <hanno@gentoo.org>2020-07-15 20:00:36 +0200
commitf2ec2b6acaec4ebfcea1fff39a24c070fc32e72b (patch)
tree538b09463638acf1c32c5c053d03a2c38e72a477 /app-misc/freewvs/freewvs-0.1.1.ebuild
parentnet-analyzer/snallygaster: Version bump (diff)
downloadgentoo-f2ec2b6acaec4ebfcea1fff39a24c070fc32e72b.tar.gz
gentoo-f2ec2b6acaec4ebfcea1fff39a24c070fc32e72b.tar.bz2
gentoo-f2ec2b6acaec4ebfcea1fff39a24c070fc32e72b.zip
app-misc/freewvs: Initial commit.
Tool to scan for vulnerable web applications. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23
Diffstat (limited to 'app-misc/freewvs/freewvs-0.1.1.ebuild')
-rw-r--r--app-misc/freewvs/freewvs-0.1.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/freewvs/freewvs-0.1.1.ebuild b/app-misc/freewvs/freewvs-0.1.1.ebuild
new file mode 100644
index 000000000000..7123086b02cc
--- /dev/null
+++ b/app-misc/freewvs/freewvs-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="Scans filesystem for known vulnerable web applications"
+HOMEPAGE="https://freewvs.schokokeks.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( README.md )
+
+pkg_postinst() {
+ einfo To use freewvs you need to run
+ einfo update-freewvsdb
+ einfo first. You should run this on a regular basis to update
+ einfo the web application data, e.g. via a cronjob.
+}