net-analyzer/pwncat - 0.1.2 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/pwncat-0.1.2

Package Information

Description:
Netcat with IDS/IPS evasion, bind reverse shell and port forwarding magic
Homepage:
https://github.com/cytopia/pwncat
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

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 ~arm64 x86"

src_prepare() {
	distutils-r1_src_prepare

	#https://github.com/cytopia/pwncat/issues/113
	eapply "${FILESDIR}/setuptools-61.patch"
}

Inherited Eclasses

Manifest for 0.1.2

Type File Size Source URLs
DIST pwncat-0.1.2.tar.gz 4844161 bytes https://github.com/cytopia/pwncat/archive/v0.1.2.tar.gz