mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-05 15:22:38 +01:00
31 lines
761 B
Bash
31 lines
761 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"
|
|
|
|
PDEPEND="net-analyzer/metasploit
|
|
app-exploits/webshells
|
|
pentoo-full? (
|
|
java? ( || ( net-analyzer/armitage net-analyzer/armitage-bin ) )
|
|
app-forensics/make-pdf
|
|
app-exploits/weevely
|
|
net-analyzer/davtest
|
|
net-analyzer/set
|
|
net-analyzer/w3af
|
|
net-analyzer/yersinia
|
|
www-apps/beef
|
|
)
|
|
!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
|