mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
pwncat-0.1.0.ebuild
This commit is contained in:
parent
b44a860374
commit
790629da07
2 changed files with 3 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
DIST pwncat-0.0.23_alpha.tar.gz 3899057 BLAKE2B ff2e9f43ba7ea6b04dc86b19b80395f7daf818e17aabb1cf68e6d8f957b0064b4ba1429bfecfdad4225a05d52462713f431af8109abd140a5af1c3171fe854d3 SHA512 e5ffee7defe2f950c3d292fe1cab6b60b4a3d2f9b353e1d19cd999ce2e87814d02c1581313d6f2cbc58e397d252c52ce822d17710b7d9e9b3e98571fdd73d447
|
||||
DIST pwncat-0.1.0.tar.gz 4630507 BLAKE2B 1452ebd006c6a57783410f229aa40d054b5204969ec8a7627da9d57b4b9ce3c4fb8a4a3f44f1d3dae44992410ce28d57be58a4572bee6a129f138c8937e3f2a2 SHA512 cd4d142779cb8581cc7ee327c9eefa1454dc46096bbf27e425e5f54cf4d69b72537c75639eb4ac1e18a48128df48b18aaa49e4e520b9755186c9d57f33cfab1a
|
||||
|
|
|
|||
|
|
@ -3,16 +3,14 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="netcat with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic"
|
||||
DESCRIPTION="Netcat with IDS/IPS evasion, bind reverse shell and port forwarding magic"
|
||||
HOMEPAGE="https://github.com/cytopia/pwncat"
|
||||
SRC_URI="https://github.com/cytopia/pwncat/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S="${WORKDIR}/${P/_/-}"
|
||||
Loading…
Reference in a new issue