mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
powercat: new tool
This commit is contained in:
parent
adc465aa28
commit
e815c433cf
3 changed files with 34 additions and 0 deletions
8
app-exploits/powercat/metadata.xml
Normal file
8
app-exploits/powercat/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>
|
||||
25
app-exploits/powercat/powercat-20170805.ebuild
Normal file
25
app-exploits/powercat/powercat-20170805.ebuild
Normal 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
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue