mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-exploits: drop empire (and deathstar) Also drop keywords from empire since it can't be installed. also drop deathstar and it's keywords since it requires empire sdrtrunk: fix non-existant deps remove freeradius bump icad-tone-detection pydub: import from guru drop dependency-check-bin drop old grpcio-tools update evalhook drop openscap-daemon, nothing but "random" for years
40 lines
868 B
Bash
40 lines
868 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="https://www.pentoo.org"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="pentoo-extra pentoo-full"
|
|
|
|
PDEPEND="
|
|
app-exploits/pypykatz
|
|
app-exploits/webshells
|
|
net-analyzer/responder
|
|
dev-util/pwntools
|
|
|
|
pentoo-full? (
|
|
amd64? (
|
|
net-analyzer/crackmapexec )
|
|
app-exploits/weevely
|
|
app-forensics/make-pdf
|
|
net-analyzer/davtest
|
|
net-analyzer/metasploit
|
|
net-analyzer/yersinia
|
|
)
|
|
pentoo-extra? (
|
|
www-apps/BloodHound
|
|
!x86? ( app-shells/pwsh-bin )
|
|
)
|
|
"
|
|
|
|
# the 9999 svn version takes really long time to install. Removing it, until there is a better way to do it
|
|
#app-exploits/exploitdb
|
|
|
|
# Removed because of unsatisfied deps
|
|
#amd64? ( app-exploits/empire )
|
|
#amd64? ( app-exploits/deathstar
|