drop app-exploits/exploit-pattern

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-04 21:30:35 -04:00
parent e916907c1b
commit adb4367d53
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 0 additions and 51 deletions

View file

@ -1 +0,0 @@
DIST exploit-pattern-20200109.tar.gz 2434 BLAKE2B bdfb156e6ce1db054c261461d03e2855c336f96540c4d969d2632a7260eabbf13b68f79f80e31e23acf2546134d4fc0ed2ee1aea3cf85b98f6ec1b475ddc39e2 SHA512 5c055381f6fab142b1ebe75061c3c2c1a8fd92ad2b74d99c4bc74f95b495c54bc7ac671bf05c3c0b81aadc2b7dbefb0357bc2f17226bd54ee8e4cce65bb7b8e6

View file

@ -1,41 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..11} )
inherit eutils python-single-r1
DESCRIPTION="Generate and search pattern string for exploit development"
HOMEPAGE="https://github.com/Svenito/exploit-pattern"
if [[ ${PV} = *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Svenito/exploit-pattern.git"
else
HASH_COMMIT="40c8cf63e24f207cadf9783e9453d43a5c312f0d"
SRC_URI="https://github.com/Svenito/exploit-pattern/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
default
python_fix_shebang "${S}"
}
src_install() {
newbin pattern.py pattern
dodoc README.md
}

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>

View file

@ -12,4 +12,3 @@ app-exploits/unix-privesc-check
app-exploits/webshells app-exploits/webshells
app-exploits/weevely app-exploits/weevely
app-exploits/wesng app-exploits/wesng
app-exploits/exploit-pattern