mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-19 06:45:35 +01:00
42 lines
957 B
Bash
42 lines
957 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-3"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="java pentoo-full"
|
|
|
|
DEPEND="!!<net-analyzer/metasploit-4.14.16"
|
|
|
|
#TODO add:
|
|
#www-apps/BloodHound
|
|
|
|
PDEPEND="net-analyzer/metasploit
|
|
app-exploits/webshells
|
|
|
|
app-exploits/deathstar
|
|
app-exploits/empire
|
|
net-analyzer/crackmapexec
|
|
net-analyzer/responder
|
|
|
|
pentoo-full? (
|
|
app-exploits/routersploit
|
|
app-exploits/weevely
|
|
app-forensics/make-pdf
|
|
amd64? ( dev-lang/powershell-bin )
|
|
net-analyzer/davtest
|
|
net-analyzer/set
|
|
net-analyzer/w3af
|
|
net-analyzer/yersinia
|
|
www-apps/beef
|
|
java? ( || ( net-analyzer/armitage net-analyzer/armitage-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
|