SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,33 @@
COMMENT= pattern string for exploit dev
MODPY_EGG_VERSION= 0.1
GH_ACCOUNT= Svenito
GH_PROJECT= exploit-pattern
GH_COMMIT= 0319ad6a56205306b0c50c50ef7b3fa9a0dab6d9
DISTNAME= exploit-pattern-${MODPY_EGG_VERSION}
CATEGORIES= security
HOMEPAGE= https://github.com/Svenito/exploit-pattern
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_ADJ_FILES= pattern.py
NO_BUILD= Yes
INSTDIR= ${PREFIX}/share/exploit-pattern
do-install:
cp -r ${WRKDIST} ${INSTDIR}
chmod 755 ${INSTDIR}/pattern.py
ln -s ${TRUEPREFIX}/share/exploit-pattern/pattern.py \
${PREFIX}/bin/exploit-pattern
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (exploit-pattern-0.1-0319ad6a.tar.gz) = YfREWFQUjVzgJyVhHBeYmwFcy+b8JWd1RWj1bxO2EOU=
SIZE (exploit-pattern-0.1-0319ad6a.tar.gz) = 2436

View file

@ -0,0 +1 @@
generate and search pattern string for exploit development

View file

@ -0,0 +1,5 @@
bin/exploit-pattern
share/exploit-pattern/
share/exploit-pattern/LICENSE.md
share/exploit-pattern/README.md
share/exploit-pattern/pattern.py