View | Details | Raw Unified | Return to bug 280341 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/pattern/Makefile (+30 lines)
Added Link Here
1
PORTNAME=	pattern
2
DISTVERSION=	0.0.1
3
CATEGORIES=	security
4
MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/master/
5
6
MAINTAINER=	tiago.gasiba@gmail.com
7
COMMENT=	Generate and search pattern string for exploit development
8
WWW=		https://github.com/${GH_ACCOUNT}/${GH_PROJECT}
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
13
USES=		python:run shebangfix
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	Svenito
16
GH_PROJECT=	exploit-pattern
17
GH_TAGNAME=	59bb0c5
18
19
SHEBANG_FILES=	pattern.py
20
21
STRIP=
22
NO_ARCH=	yes
23
NO_BUILD=	yes
24
25
PLIST_FILES=	bin/pattern
26
27
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/pattern.py ${STAGEDIR}${PREFIX}/bin/pattern
29
30
.include <bsd.port.mk>
(-)b/security/pattern/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1721922230
2
SHA256 (Svenito-exploit-pattern-0.0.1-59bb0c5_GH0.tar.gz) = 65d0e50a889a542617bb7664913a64a7dce45e7ef38df612329213e1adf7017b
3
SIZE (Svenito-exploit-pattern-0.0.1-59bb0c5_GH0.tar.gz) = 2964
(-)b/security/pattern/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
Python implementation of Metasploit's pattern generator and search.
2
Should be python version agnostic, tested and working with Python
3
2.7.12 up to and including Python 3.11.1
4
5
Starts faster and rolls both tools into one.
6
7
No extra dependencies required, works with vanilla python

Return to bug 280341