powercat: new tool

This commit is contained in:
Guido Kroon 2020-06-17 14:47:14 +02:00
parent adc465aa28
commit e815c433cf
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 34 additions and 0 deletions

View 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>

View file

@ -0,0 +1,25 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Netcat: The powershell version"
HOMEPAGE="https://github.com/besimorhino/powercat"
EGIT_REPO_URI="https://github.com/besimorhino/powercat"
if [[ ${PV} != *9999 ]]; then
EGIT_COMMIT="ff755efeb2abc3f02fa0640cd01b87c4a59d6bb5"
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="public-domain"
SLOT="0"
src_install() {
insinto "/usr/share/powercat"
doins -r "${PN}".ps1
dodoc README.md
}

View file

@ -10,6 +10,7 @@ app-exploits/pwntools
app-exploits/ROPgadget
app-exploits/ropper
app-exploits/routersploit
app-exploits/powercat
app-exploits/pypykatz
=app-exploits/shellstorm-9999 **
app-exploits/the-backdoor-factory