SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
security/exploit-pattern/Makefile
Normal file
33
security/exploit-pattern/Makefile
Normal 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>
|
2
security/exploit-pattern/distinfo
Normal file
2
security/exploit-pattern/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (exploit-pattern-0.1-0319ad6a.tar.gz) = YfREWFQUjVzgJyVhHBeYmwFcy+b8JWd1RWj1bxO2EOU=
|
||||
SIZE (exploit-pattern-0.1-0319ad6a.tar.gz) = 2436
|
1
security/exploit-pattern/pkg/DESCR
Normal file
1
security/exploit-pattern/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
generate and search pattern string for exploit development
|
5
security/exploit-pattern/pkg/PLIST
Normal file
5
security/exploit-pattern/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue