mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
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:
parent
e5d49d61b8
commit
730553befa
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in a new issue