mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 08:52:54 +01:00
40 lines
864 B
Bash
40 lines
864 B
Bash
# Copyright 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
|
|
net-analyzer/pwncat
|
|
|
|
pentoo-full? (
|
|
net-analyzer/NetExec
|
|
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
|