mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-14 20:35:21 +01:00
32 lines
676 B
Bash
32 lines
676 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="4"
|
|
KEYWORDS="~amd64 ~x86"
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE="livecd"
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
!livecd? ( app-exploits/packetstormexploits app-exploits/exploitdb )
|
|
app-exploits/shellstorm
|
|
app-forensics/make-pdf
|
|
net-analyzer/davtest
|
|
net-analyzer/inguma
|
|
net-analyzer/metasploit
|
|
net-analyzer/upnpwn
|
|
net-analyzer/w3af
|
|
net-analyzer/yersinia
|
|
net-fs/winexe
|
|
net-misc/raccess"
|
|
# www-apps/beef"
|
|
# net-analyzer/set
|
|
|
|
# Very old...
|
|
# net-analyzer/mosref
|
|
# net-analyzer/fasttrack
|