mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
pentoo-exploit: move msf to extra so users can upgrade
This commit is contained in:
parent
61379495bb
commit
5de3ce5854
1 changed files with 12 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Pentoo exploit meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -9,16 +9,16 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="java pentoo-full"
|
||||
IUSE="java pentoo-extra pentoo-full"
|
||||
|
||||
DEPEND="!!<net-analyzer/metasploit-4.14.16"
|
||||
|
||||
#TODO add:
|
||||
#www-apps/BloodHound
|
||||
#rails:4 dependant
|
||||
#net-analyzer/metasploit
|
||||
|
||||
#net-analyzer/crackmapexec
|
||||
|
||||
PDEPEND="net-analyzer/metasploit
|
||||
PDEPEND="
|
||||
app-exploits/pypykatz
|
||||
net-analyzer/crackmapexec
|
||||
app-exploits/webshells
|
||||
|
||||
app-exploits/deathstar
|
||||
|
|
@ -26,6 +26,7 @@ PDEPEND="net-analyzer/metasploit
|
|||
net-analyzer/responder
|
||||
|
||||
pentoo-full? (
|
||||
www-apps/BloodHound
|
||||
app-exploits/routersploit
|
||||
app-exploits/weevely
|
||||
app-forensics/make-pdf
|
||||
|
|
@ -33,8 +34,10 @@ PDEPEND="net-analyzer/metasploit
|
|||
net-analyzer/davtest
|
||||
net-analyzer/yersinia
|
||||
)
|
||||
pentoo-extra? (
|
||||
net-analyzer/metasploit
|
||||
)
|
||||
!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
|
||||
#www-apps/beef
|
||||
Loading…
Reference in a new issue