# Copyright 1999-2024 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="
	amd64? ( app-exploits/empire )
	app-exploits/pypykatz
	app-exploits/webshells
	net-analyzer/responder
	dev-util/pwntools

	pentoo-full? (
		amd64? ( app-exploits/deathstar
				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