FreeBSD Bugzilla – Attachment 252281 Details for
Bug 280341
[NEW PORT] security/exploit-pattern: search pattern generator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git patch
0001-NEW-PORT-security-pattern-search-pattern-generator.patch (text/plain), 2.24 KB, created by
gatekeeper
on 2024-07-25 16:16:21 UTC
(
hide
)
Description:
git patch
Filename:
MIME Type:
Creator:
gatekeeper
Created:
2024-07-25 16:16:21 UTC
Size:
2.24 KB
patch
obsolete
>From e348b6d4c91b30440307002918b9f7cad2c7e00e Mon Sep 17 00:00:00 2001 >From: Tiago Gasiba <tiago.gasiba@gmail.com> >Date: Thu, 18 Jul 2024 01:22:17 +0200 >Subject: [PATCH] [NEW PORT]: security/pattern - search pattern generator > >--- > security/pattern/Makefile | 29 +++++++++++++++++++++++++++++ > security/pattern/distinfo | 3 +++ > security/pattern/pkg-descr | 7 +++++++ > 3 files changed, 39 insertions(+) > create mode 100644 security/pattern/Makefile > create mode 100644 security/pattern/distinfo > create mode 100644 security/pattern/pkg-descr > >diff --git a/security/pattern/Makefile b/security/pattern/Makefile >new file mode 100644 >index 000000000000..98a0e51a88b2 >--- /dev/null >+++ b/security/pattern/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= pattern >+DISTVERSION= 0.0.1 >+CATEGORIES= security >+MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/master/ >+ >+MAINTAINER= tiago.gasiba@gmail.com >+COMMENT= Generate and search pattern string for exploit development >+WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT} >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.md >+ >+USES= python:run shebangfix >+USE_GITHUB= yes >+GH_ACCOUNT= Svenito >+GH_PROJECT= exploit-pattern >+GH_TAGNAME= 59bb0c5 >+ >+SHEBANG_FILES= pattern.py >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+PLIST_FILES= bin/pattern >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/pattern.py ${STAGEDIR}${PREFIX}/bin/pattern >+ >+.include <bsd.port.mk> >diff --git a/security/pattern/distinfo b/security/pattern/distinfo >new file mode 100644 >index 000000000000..a3c5332b05ab >--- /dev/null >+++ b/security/pattern/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1721922230 >+SHA256 (Svenito-exploit-pattern-0.0.1-59bb0c5_GH0.tar.gz) = 65d0e50a889a542617bb7664913a64a7dce45e7ef38df612329213e1adf7017b >+SIZE (Svenito-exploit-pattern-0.0.1-59bb0c5_GH0.tar.gz) = 2964 >diff --git a/security/pattern/pkg-descr b/security/pattern/pkg-descr >new file mode 100644 >index 000000000000..083544d8c299 >--- /dev/null >+++ b/security/pattern/pkg-descr >@@ -0,0 +1,7 @@ >+Python implementation of Metasploit's pattern generator and search. >+Should be python version agnostic, tested and working with Python >+2.7.12 up to and including Python 3.11.1 >+ >+Starts faster and rolls both tools into one. >+ >+No extra dependencies required, works with vanilla python >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280341
:
252133
|
252277
|
252278
|
252280
|
252281
|
252284