diff --git a/app-exploits/webshells/Manifest b/app-exploits/webshells/Manifest new file mode 100644 index 000000000..e7256c20c --- /dev/null +++ b/app-exploits/webshells/Manifest @@ -0,0 +1 @@ +DIST webshells-20180511.zip 3315021 BLAKE2B a060f55347bf9b011baba3149613140683128272ea5c75153790cfd6dc55e6528e9f5d01a24c1441aee50f51df0f4effa90ad1eac8073ef96a5898333c7f38ea SHA512 e58ebf4dc6acec06264eb5bac4dbf5a9f5762f1ae561f9dcccf4c27de60ff397c1baaee51b9446a80bf8c10db99ac83258388edecfdf19003c27156743f5bc02 diff --git a/app-exploits/webshells/webshells-20180511.ebuild b/app-exploits/webshells/webshells-20180511.ebuild new file mode 100644 index 000000000..8faeb6213 --- /dev/null +++ b/app-exploits/webshells/webshells-20180511.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Various webshells" +HOMEPAGE="https://github.com/BlackArch/webshells" +MY_COMMIT="2aaa41e6768821c4884ccf2202d651709d9863e0" +SRC_URI="https://github.com/BlackArch/${PN}/archive/${MY_COMMIT}.zip -> ${P}.zip" + +LICENSE="Unknown" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN}-${MY_COMMIT} + +src_install(){ + insinto /usr/share/webshells + doins -r . +}