summaryrefslogtreecommitdiff
path: root/net-analyzer/wapiti
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wapiti')
-rw-r--r--net-analyzer/wapiti/Manifest6
-rw-r--r--net-analyzer/wapiti/metadata.xml16
-rw-r--r--net-analyzer/wapiti/wapiti-2.3.0.ebuild22
-rw-r--r--net-analyzer/wapiti/wapiti-9999.ebuild23
4 files changed, 67 insertions, 0 deletions
diff --git a/net-analyzer/wapiti/Manifest b/net-analyzer/wapiti/Manifest
new file mode 100644
index 000000000000..7d361c7b7e0b
--- /dev/null
+++ b/net-analyzer/wapiti/Manifest
@@ -0,0 +1,6 @@
+DIST wapiti-2.3.0.tar.gz 305739 SHA256 6b836a4810f17b7eda4345fb12293112129961ba243140c72a8da0ac2572f4b4 SHA512 a72e87f4c2aec3884d5de7018c7fe1ab32721fc86420167c0b7636f31d9718661c787ff3d4ee66cc27e3932497543d0324b0bd238c33ce16f41f39213c119af2 WHIRLPOOL 29944978e7a497951eb4355d7818c4596316d1862c63c8d33e5cb0e9131ad418964e1fc7a6e04423201144ec67774c8ef8ae6d9e1d1bca1eb9eeea6ed6a964d4
+EBUILD wapiti-2.3.0.ebuild 508 SHA256 943c80dbb12788998fe98fa637e902692714296db5064b28ce03a808a4eb0ffd SHA512 dea28c6d333d56e36a35f4d6aee96b36896a205e95cd799146f6cecb660dc12bb9ea6359af83b03a50f5772b71e69a4fad9545e20b48d2aa73d02e117f445eec WHIRLPOOL f60298631c13aeeb93d318a16904be3b0bd597bc54df46591352b698561e745028d9fdbbd7b041a2d19f51628b6601f87fbc8745b15e1108eaeaca22f84c22b2
+EBUILD wapiti-9999.ebuild 524 SHA256 fed9d64ed3276a32a6d3dadbdbef25325a596e18784f2d89197666d86bda0430 SHA512 e95bc1deb156017ccfc295774ca6d01c2c4ed25046b1bafc9f3110ef8128f4d4f2f95f6074fdcd18a2d6a500f991278082d475725aec562bfa125bf2d9e936cd WHIRLPOOL 807ca3a9a7dc7a00a4624740e0372e40dc63f451ce511eab5d74145cb78c4039c2d75c2271ba8cabe97f0c8202c54e99ab8d126e88153b9f664bb9abb2604c33
+MISC ChangeLog 2907 SHA256 b4a79c86390f0d9a88fbf9a4852cfc544e46d8f57deec2a433cd372195be876a SHA512 dcbf1792911d64bcff0edd2705c1685fd7018071bd1833a8510aea8e153698d398385000ddf642dda50298b77c4ca1ae23570739c91257af06dd8d3de789f4c1 WHIRLPOOL 5843c45118c72846d9008d763725ed9e68060a5cd03deda094d814f79288570e874c39db05556c672ec721e7303678144d45786b3aa754a31c024f5d954b40b3
+MISC ChangeLog-2015 681 SHA256 e1fbc6d86b50b668da23e3dc98c6818e7ff6f4b623e4eb8f456aef10c1e68583 SHA512 38de8ee792a4e9914e157450be82f60f648d0e37e24c6de9f9abd56b020b04aa0e3545af50aaab99e9c060709077f81f4793aedaa3c0f9bececf17ad62d868e9 WHIRLPOOL e888b830f0c3f19a4c33207136e80067151cc1548842fa60a3165d78821e6e84654724dc237e48814b58952c191fbc15ec52a2bff195414e5bf61ed9d7edd28d
+MISC metadata.xml 731 SHA256 28ff4da2ed5e564cb6abcff0f45a285750f24752e2488d2cb2963c480804adb4 SHA512 f71323601d1b5be55efccda40ad08f6dddcd26c9400557765d9ccc32da18e6992b0780f50b070306a12e36c15da02b522e1eb2463494de5e88c838b68ad78abf WHIRLPOOL 5c5d80f3703f92feee06899ed10f4d8ec4d83826492d86cd1d0acc5a84eff9620dde7b87015eeddf88eaba395e576728e831c9af45c589bd9746887d50f6871c
diff --git a/net-analyzer/wapiti/metadata.xml b/net-analyzer/wapiti/metadata.xml
new file mode 100644
index 000000000000..043a4b4f70a2
--- /dev/null
+++ b/net-analyzer/wapiti/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <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>
+ <upstream>
+ <remote-id type="sourceforge">wapiti</remote-id>
+ </upstream>
+</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..00b046e1aac3
--- /dev/null
+++ b/net-analyzer/wapiti/wapiti-2.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_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-2[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"
diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild
new file mode 100644
index 000000000000..7d202ad1e489
--- /dev/null
+++ b/net-analyzer/wapiti/wapiti-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='xml'
+
+ESVN_REPO_URI="https://svn.code.sf.net/p/wapiti/code/trunk/"
+inherit distutils-r1 subversion
+
+DESCRIPTION="Web-application vulnerability scanner"
+HOMEPAGE="http://wapiti.sourceforge.net/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"