summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-11-14 10:18:17 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-11-14 10:18:17 +0000
commitd059bd3afc1806c07cb295451c668107ea942eb0 (patch)
treeda2839dd32a4c6e8a0ab639065f5d310ad051f1a /net-analyzer
parentVersion bump, requested by maintainer (diff)
downloadgentoo-2-d059bd3afc1806c07cb295451c668107ea942eb0.tar.gz
gentoo-2-d059bd3afc1806c07cb295451c668107ea942eb0.tar.bz2
gentoo-2-d059bd3afc1806c07cb295451c668107ea942eb0.zip
Initial commit
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wapiti/ChangeLog10
-rw-r--r--net-analyzer/wapiti/metadata.xml13
-rw-r--r--net-analyzer/wapiti/wapiti-2.3.0.ebuild23
3 files changed, 46 insertions, 0 deletions
diff --git a/net-analyzer/wapiti/ChangeLog b/net-analyzer/wapiti/ChangeLog
new file mode 100644
index 000000000000..67a5f07ea9fd
--- /dev/null
+++ b/net-analyzer/wapiti/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-analyzer/wapiti
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/ChangeLog,v 1.1 2013/11/14 10:18:17 voyageur Exp $
+
+*wapiti-2.3.0 (14 Nov 2013)
+
+ 14 Nov 2013; Bernard Cafarelli <voyageur@gentoo.org> +wapiti-2.3.0.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/net-analyzer/wapiti/metadata.xml b/net-analyzer/wapiti/metadata.xml
new file mode 100644
index 000000000000..bd38de902c9a
--- /dev/null
+++ b/net-analyzer/wapiti/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <longdescription>Wapiti allows you to audit the security of your web applications.
+
+It performs black-box scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data.
+
+Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.</longdescription>
+</pkgmetadata>
diff --git a/net-analyzer/wapiti/wapiti-2.3.0.ebuild b/net-analyzer/wapiti/wapiti-2.3.0.ebuild
new file mode 100644
index 000000000000..79f3899708b8
--- /dev/null
+++ b/net-analyzer/wapiti/wapiti-2.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild,v 1.1 2013/11/14 10:18:17 voyageur Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE='xml'
+
+inherit distutils-r1
+
+DESCRIPTION="Web-application vulnerability scanner"
+HOMEPAGE="http://wapiti.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"