pentoo-exploit: drop powershell to pentoo-extra

Do we really need 200mb powershell installed?  I'm fine generating
binpkgs, but I don't see why we need it on the livecd.  Revert this
commit if you disagree.
This commit is contained in:
Rick Farina (Zero_Chaos) 2022-07-30 22:15:56 -04:00
parent e5d49d61b8
commit 730553befa
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Pentoo exploit meta ebuild"
HOMEPAGE="http://www.pentoo.ch"
@ -12,17 +12,16 @@ KEYWORDS="~amd64 ~x86"
IUSE="pentoo-extra pentoo-full"
PDEPEND="
app-exploits/deathstar
app-exploits/empire
app-exploits/pypykatz
app-exploits/webshells
net-analyzer/responder
pentoo-full? (
app-exploits/deathstar
app-exploits/routersploit
app-exploits/weevely
app-forensics/make-pdf
!x86? ( app-shells/pwsh-bin )
amd64? ( net-analyzer/crackmapexec )
net-analyzer/davtest
net-analyzer/metasploit
@ -30,6 +29,7 @@ PDEPEND="
)
pentoo-extra? (
www-apps/BloodHound
!x86? ( app-shells/pwsh-bin )
)
!app-exploits/shellstorm"