pentoo-overlay/net-analyzer/padbuster/padbuster-20110928.ebuild
Rick Farina (Zero_Chaos) 2065fd0d20
padbuster: qa fixes
2023-06-29 16:13:45 -04:00

30 lines
790 B
Bash

# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Automated script for performing Padding Oracle attacks"
HOMEPAGE="http://gdssecurity.com"
#https://github.com/GDSSecurity/PadBuster
EGIT_COMMIT="94460ff70218d39a858fb941e7936283f347cf52"
SRC_URI="https://github.com/gw0/PadBuster/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/PadBuster-${EGIT_COMMIT}"
LICENSE="RPL-1.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/LWP-UserAgent-Determined
virtual/perl-MIME-Base64
virtual/perl-Getopt-Long
virtual/perl-Time-HiRes
virtual/perl-Compress-Raw-Zlib
dev-perl/Crypt-SSLeay"
src_install() {
newbin autoBuster.sh autobuster
newbin padBuster.pl padbuster
dodoc README
}