Merge pull request #360 from gkroon/unix-privesc-check

adding app-exploits/unix-privesc-check as per #350
This commit is contained in:
Anton Bolshakov 2018-09-05 08:32:56 +06:00 committed by GitHub
commit 36b02f473b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST unix-privesc-check-20170904.tar.gz 38277 BLAKE2B 59b98bd50d358b18095f0e3c33079c362114f100aeb8929e886de7f524b64d562e460a9859fe01b4d0eed6704abd6deed12a2886cdfb7cae4864627986b17e7b SHA512 b91d42dff6e95f945d59729658dd0d360584c755acdc520c677374217bc4577592e616bf14aa17fe3f83f3bf5dda5dd4712e8d9a91613f2d979f58331261a281

View file

@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Local Linux enumeration and privilege escalation checker."
HOMEPAGE="https://github.com/pentestmonkey/unix-privesc-check"
COMMIT="de8223a7b2ff3ed8fa6344cf4a358ec624e42270"
MY_P="${PN}-${COMMIT}"
SRC_URI="https://github.com/pentestmonkey/unix-privesc-check/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Unknown"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/unix-privesc-check
doins upc.sh
}

View file

@ -8,6 +8,7 @@ app-exploits/weevely
=app-exploits/routersploit-3*
app-exploits/webshells
~app-exploits/unix-privesc-check-20170904
~app-exploits/linuxprivchecker-20160302
~app-exploits/linux-exploit-suggester-20140519
~app-exploits/linenum-20180827