diff --git a/app-exploits/unix-privesc-check/Manifest b/app-exploits/unix-privesc-check/Manifest new file mode 100644 index 000000000..4cd4fd14a --- /dev/null +++ b/app-exploits/unix-privesc-check/Manifest @@ -0,0 +1 @@ +DIST unix-privesc-check-20170904.tar.gz 38277 BLAKE2B 59b98bd50d358b18095f0e3c33079c362114f100aeb8929e886de7f524b64d562e460a9859fe01b4d0eed6704abd6deed12a2886cdfb7cae4864627986b17e7b SHA512 b91d42dff6e95f945d59729658dd0d360584c755acdc520c677374217bc4577592e616bf14aa17fe3f83f3bf5dda5dd4712e8d9a91613f2d979f58331261a281 diff --git a/app-exploits/unix-privesc-check/unix-privesc-check-20170904.ebuild b/app-exploits/unix-privesc-check/unix-privesc-check-20170904.ebuild new file mode 100644 index 000000000..f1d13a1a4 --- /dev/null +++ b/app-exploits/unix-privesc-check/unix-privesc-check-20170904.ebuild @@ -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 +} + diff --git a/profiles/pentoo/base/package.accept_keywords/app-exploits b/profiles/pentoo/base/package.accept_keywords/app-exploits index c94306917..a6d97fe16 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-exploits +++ b/profiles/pentoo/base/package.accept_keywords/app-exploits @@ -8,3 +8,4 @@ app-exploits/weevely =app-exploits/routersploit-3* app-exploits/webshells +~app-exploits/unix-privesc-check-20170904