mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
pentoo-exploit: add pwntools
This commit is contained in:
parent
8e50ca59f7
commit
3760ac0dcc
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ EAPI=8
|
|||
DESCRIPTION="Pentoo exploit meta ebuild"
|
||||
HOMEPAGE="https://www.pentoo.org"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="pentoo-extra pentoo-full"
|
||||
|
||||
|
|
@ -16,6 +16,7 @@ PDEPEND="
|
|||
app-exploits/pypykatz
|
||||
app-exploits/webshells
|
||||
net-analyzer/responder
|
||||
dev-util/pwntools
|
||||
|
||||
pentoo-full? (
|
||||
amd64? ( app-exploits/deathstar
|
||||
|
|
@ -30,7 +31,7 @@ PDEPEND="
|
|||
www-apps/BloodHound
|
||||
!x86? ( app-shells/pwsh-bin )
|
||||
)
|
||||
!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
|
||||
Loading…
Reference in a new issue