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

Collapse All | Expand All

(-)b/security/exploit-pattern/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	exploit-pattern
2
DISTVERSION=    g20230527
3
CATEGORIES=	security
4
5
MAINTAINER=	tiago.gasiba@gmail.com
6
COMMENT=	Generate and search pattern string for exploit development
7
WWW=		https://github.com/${GH_ACCOUNT}/${GH_PROJECT}
8
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE.md
11
12
USES=		python:run shebangfix
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Svenito
15
GH_TAGNAME=	59bb0c5
16
17
SHEBANG_FILES=	pattern.py
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
PLIST_FILES=	bin/pattern
23
24
do-install:
25
	${INSTALL_SCRIPT} ${WRKSRC}/pattern.py ${STAGEDIR}${PREFIX}/bin/pattern
26
27
.include <bsd.port.mk>
(-)b/security/exploit-pattern/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1721931427
2
SHA256 (Svenito-exploit-pattern-g20230527-59bb0c5_GH0.tar.gz) = 65d0e50a889a542617bb7664913a64a7dce45e7ef38df612329213e1adf7017b
3
SIZE (Svenito-exploit-pattern-g20230527-59bb0c5_GH0.tar.gz) = 2964
(-)b/security/exploit-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