mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-14 20:35:21 +01:00
33 lines
648 B
Bash
33 lines
648 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE="livedvd"
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
livedvd? ( app-exploits/exploitdb
|
|
app-exploits/packetstormexploits )
|
|
app-forensics/make-pdf
|
|
net-analyzer/davtest
|
|
net-analyzer/fasttrack
|
|
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
|
|
|