mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
pentoo-proxies: zaproxy, initial ebuild. It will replace burp eventually
This commit is contained in:
parent
b0a05732f4
commit
81aa84e7d3
5 changed files with 44 additions and 4 deletions
2
net-proxy/zaproxy/Manifest
Normal file
2
net-proxy/zaproxy/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST ZAP_1.4.1_Linux.tar.gz 40209708 SHA256 6c2c5b82f7b066ec8548a1ba02a8b251c4d3cdd0695569ef9e5c20f25a163eca SHA512 2c4002b98798d7cd0e389800fb95dee32746e96911dcc9b806af6209d355eb154f2a9bf98f3b5ae35104b34daa7006b59d0be221ba2691867c45adf698d11b06 WHIRLPOOL 7b06a3c632bda5c23939403541ad5d27a8c12896f27dd8bc4d14b286f230f8cc1069ed6e5ecacaef55d542bc78b40b71a33199a1d6fdff957ac17e8543b13151
|
||||
EBUILD zaproxy-1.4.1.ebuild 786 SHA256 62870b1d7a8bb545a7d89b1325c8dbddada1ff9751dcaa1edab14c0b91b8b79e SHA512 f659d6080a6d6c0715821169ae0d61734d6496030786b9cb058cc7d740fc6a0b382e86de61b96f0a8929ad84fb70409921f961c7b2832e7b8a2aefa4b2732165 WHIRLPOOL c17a0d524b2b1c5eed44637c7a3021088921eca5ce2f841c6c17b3c74ee9b37bb44d75d1e5d6995df21118363e27550002b89e0c03edafde9e48dca11c23245d
|
||||
37
net-proxy/zaproxy/zaproxy-1.4.1.ebuild
Normal file
37
net-proxy/zaproxy/zaproxy-1.4.1.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
MY_PN="ZAP"
|
||||
MY_P="${MY_PN}_${PV}"
|
||||
|
||||
DESCRIPTION="An easy to use integrated penetration testing tool for finding vulnerabilities in web applications"
|
||||
HOMEPAGE="http://code.google.com/p/zaproxy/"
|
||||
SRC_URI="http://zaproxy.googlecode.com/files/${MY_P}_Linux.tar.gz"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="|| ( virtual/jre virtual/jdk )
|
||||
app-fuzz/fuzzdb"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
#src_prepare() {
|
||||
# rm *.bat
|
||||
# chmod a+x *.sh
|
||||
# rm *.txt
|
||||
|
||||
# cd lib
|
||||
# mv dx-NOTICE dx-NOTICE.txt
|
||||
# rm *.txt
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/"${PN}"
|
||||
cp -R "${S}"/* "${D}/opt/"${PN}"" || die "Install failed!"
|
||||
dosym /opt/"${PN}"/zap.sh /usr/bin/zaproxy
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-proxies-2012.0.ebuild 449 RMD160 f97b1fed6c0d197eace9959d2c3eca3a3d648dc0 SHA1 5a4be6c8764d2d0f7daa4c9a6f2a9dfda6a0bba5 SHA256 81ad2ea49473d34ef9b701b0c8cb94fbd1c5da0c70a41eff711da50062f5bbd0
|
||||
EBUILD pentoo-proxies-2012.0-r1.ebuild 467 SHA256 ef85126a7178ebb4ad2bfbd06730acaf59249ba908ecd0ce483bb5e58fe62b4a SHA512 8dbee0efbe0a2c8751135d0921f4bb6178cfd05dcfd23684566dd32d96d7e5f0a65cf3e8fc974c574a6a98230e3fd50ab4a42271c691e248001a02c7dbb2ccf6 WHIRLPOOL f7eb6ffd9eec5ad2bc9345cccd11e579952c988d420d8d7dfb178388f9250b6ede96b0fb8e69ec51ca9c3f5f77c46613809fbaa872708a6755ee531756e5d917
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ RDEPEND="${DEPEND}
|
|||
net-proxy/proxystrike
|
||||
net-proxy/tsocks
|
||||
net-misc/proxychains
|
||||
net-misc/iodine"
|
||||
|
||||
net-misc/iodine
|
||||
net-proxy/zaproxy"
|
||||
|
|
@ -18,4 +18,5 @@ net-proxy/ufdbguard
|
|||
net-proxy/vulture
|
||||
net-proxy/webscarab
|
||||
net-proxy/ziproxy
|
||||
net-proxy/burpsuite
|
||||
~net-proxy/burpsuite-1.4.01
|
||||
~net-proxy/zaproxy-1.4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue