mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
deathstar: new tool to gain AD rights
This commit is contained in:
parent
bffad31075
commit
6e3355ab1b
3 changed files with 39 additions and 0 deletions
1
app-exploits/deathstar/Manifest
Normal file
1
app-exploits/deathstar/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST deathstar-20180623.tar.gz 26736 BLAKE2B f2e09e31744fa8591942922edfa91f248515c15676c0aabacf0290001d4c2ebb142d6d2f14b8d56f5e8733524755f4c331e18a2d7c13600e6d0b342a31b58938 SHA512 f824806d1e90afbc0a9195428dae3a025f2dbe8d2c628820dbeb1a21d122bf37ae7901b20fd0b5ae4aa6453708d7c3cb36053c134e5719d1e1934a1b315c74e2
|
||||
36
app-exploits/deathstar/deathstar-20180623.ebuild
Normal file
36
app-exploits/deathstar/deathstar-20180623.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
inherit python-single-r1
|
||||
|
||||
HASH_COMMIT="04356101ec8e9466bc72f8846fd7d83ccac98ba8"
|
||||
|
||||
DESCRIPTION="A post-exploitation framework with Windows/Linux agents"
|
||||
HOMEPAGE="https://github.com/byt3bl33d3r/DeathStar"
|
||||
SRC_URI="https://github.com/byt3bl33d3r/DeathStar/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
LICENSE="BSD-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/termcolor[${PYTHON_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
app-exploits/empire"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/DeathStar-${HASH_COMMIT}"
|
||||
|
||||
src_install() {
|
||||
dobin DeathStar.py
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "See the following URL:"
|
||||
elog "https://byt3bl33d3r.github.io/automating-the-empire-with-the-death-star-getting-domain-admin-with-a-push-of-a-button.html"
|
||||
}
|
||||
|
|
@ -12,3 +12,5 @@ app-exploits/webshells
|
|||
~app-exploits/linuxprivchecker-20160302
|
||||
~app-exploits/linux-exploit-suggester-20140519
|
||||
~app-exploits/linenum-20180911
|
||||
|
||||
app-exploits/deathstar
|
||||
|
|
|
|||
Loading…
Reference in a new issue