mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pwncat: new tool
This commit is contained in:
parent
864f46389f
commit
660f6cfe64
4 changed files with 28 additions and 1 deletions
1
net-analyzer/pwncat/Manifest
Normal file
1
net-analyzer/pwncat/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pwncat-0.0.23_alpha.tar.gz 3899057 BLAKE2B ff2e9f43ba7ea6b04dc86b19b80395f7daf818e17aabb1cf68e6d8f957b0064b4ba1429bfecfdad4225a05d52462713f431af8109abd140a5af1c3171fe854d3 SHA512 e5ffee7defe2f950c3d292fe1cab6b60b4a3d2f9b353e1d19cd999ce2e87814d02c1581313d6f2cbc58e397d252c52ce822d17710b7d9e9b3e98571fdd73d447
|
||||
8
net-analyzer/pwncat/metadata.xml
Normal file
8
net-analyzer/pwncat/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
18
net-analyzer/pwncat/pwncat-0.0.23_alpha.ebuild
Normal file
18
net-analyzer/pwncat/pwncat-0.0.23_alpha.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
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"
|
||||
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/_/-}"
|
||||
|
|
@ -27,7 +27,7 @@ net-analyzer/nikto
|
|||
net-analyzer/nmap-vulners
|
||||
net-analyzer/ntlmrecon
|
||||
=net-analyzer/owtf-2*
|
||||
net-analyzer/pret
|
||||
net-analyzer/pwncat
|
||||
net-analyzer/recon-ng
|
||||
net-analyzer/responder
|
||||
net-analyzer/serialusb
|
||||
|
|
|
|||
Loading…
Reference in a new issue