mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
padbuster: initial ebuild, we use gw0 fork for now
This commit is contained in:
parent
3108a5f60e
commit
61c9c24f6a
2 changed files with 32 additions and 0 deletions
1
net-analyzer/padbuster/Manifest
Normal file
1
net-analyzer/padbuster/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD padbuster-9999.ebuild 680 RMD160 628a02d3bdbddb3213402644d73cfb9856296d73 SHA1 1bada2f1d7ba069ccd975f4c86ed8e169fbfd2a4 SHA256 a726e95424fe268853f14e092565e393bb653ef8554e478d9cac04b88cc4ccec
|
||||
31
net-analyzer/padbuster/padbuster-9999.ebuild
Normal file
31
net-analyzer/padbuster/padbuster-9999.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header:
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit git-2
|
||||
|
||||
DESCRIPTION="Automated script for performing Padding Oracle attacks"
|
||||
HOMEPAGE="http://gdssecurity.com"
|
||||
EGIT_REPO_URI="git://github.com/gw0/PadBuster.git"
|
||||
#https://github.com/GDSSecurity/PadBuster
|
||||
|
||||
LICENSE="RPL1.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
|
||||
}
|
||||
Loading…
Reference in a new issue