mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
37 lines
852 B
Bash
37 lines
852 B
Bash
# Copyright 1999-2022 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"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-3"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="pentoo-extra pentoo-full"
|
|
|
|
PDEPEND="
|
|
amd64? ( app-exploits/empire )
|
|
app-exploits/pypykatz
|
|
app-exploits/webshells
|
|
net-analyzer/responder
|
|
|
|
pentoo-full? (
|
|
amd64? ( app-exploits/deathstar
|
|
net-analyzer/crackmapexec )
|
|
app-exploits/routersploit
|
|
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 )
|
|
)
|
|
!app-exploits/shellstorm"
|
|
|
|
# the 9999 svn version takes really long time to install. Removing it, until there is a better way to do it
|
|
#app-exploits/exploitdb
|