mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-18 14:15:07 +01:00
32 lines
787 B
Bash
32 lines
787 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="5"
|
|
KEYWORDS="amd64 x86"
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL-3"
|
|
IUSE="java livecd"
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
!livecd? ( app-exploits/packetstormexploits-meta )
|
|
java? ( net-analyzer/armitage )
|
|
java? ( net-analyzer/set )
|
|
app-exploits/shellstorm
|
|
app-forensics/make-pdf
|
|
net-analyzer/davtest
|
|
net-analyzer/inguma
|
|
net-analyzer/metasploit:4.9
|
|
net-analyzer/metasploit:9999
|
|
net-analyzer/w3af
|
|
net-analyzer/yersinia
|
|
net-fs/winexe
|
|
net-misc/raccess
|
|
www-apps/beef"
|
|
|
|
# the 9999 svn version takes really long time to install. Removing it, until there is a better way to do it
|
|
#app-exploits/exploitdb
|