mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
pentoo-exploit: added a livedvd use flag for exploit repo
This commit is contained in:
parent
8c35352e70
commit
c26b41bfa4
2 changed files with 9 additions and 5 deletions
1
pentoo/pentoo-exploit/Manifest
Normal file
1
pentoo/pentoo-exploit/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD pentoo-exploit-2010.0.ebuild 584 RMD160 de52ef3b36c65aaeaa3b6e6470d8d2949f2d2b9c SHA1 8048213b1c07dc8f4b0ab66a33f54950daa3fec9 SHA256 3189fc34e922b9ba136e6b985fcfd97467eba85e04814bdb5a5b9aca9de1e893
|
||||
|
|
@ -8,20 +8,23 @@ DESCRIPTION="Pentoo exploit meta ebuild"
|
|||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE=""
|
||||
IUSE="livedvd"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
app-exploits/exploitdb
|
||||
app-exploits/packetstormexploits
|
||||
livedvd? ( app-exploits/exploitdb
|
||||
app-exploits/packetstormexploits )
|
||||
app-forensics/make-pdf
|
||||
net-analyzer/fasttrack
|
||||
net-analyzer/inguma
|
||||
net-analyzer/metasploit
|
||||
net-analyzer/mosref
|
||||
net-analyzer/w3af
|
||||
net-analyzer/yersinia
|
||||
net-fs/winexe
|
||||
net-analyzer/yersinia
|
||||
net-misc/raccess
|
||||
www-apps/beef"
|
||||
|
||||
# Very old...
|
||||
# net-analyzer/mosref
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue