security/py-ropgadget: Add new port
Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures. WWW: https://pypi.org/project/ropgadget/
This commit is contained in:
parent
7f27c7e0fb
commit
89d5c3e7c1
4 changed files with 28 additions and 0 deletions
|
@ -959,6 +959,7 @@
|
|||
SUBDIR += py-pywinrm
|
||||
SUBDIR += py-requests-credssp
|
||||
SUBDIR += py-requests-kerberos
|
||||
SUBDIR += py-ropgadget
|
||||
SUBDIR += py-ropper
|
||||
SUBDIR += py-rsa
|
||||
SUBDIR += py-safe
|
||||
|
|
20
security/py-ropgadget/Makefile
Normal file
20
security/py-ropgadget/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
|
||||
PORTNAME= ropgadget
|
||||
PORTVERSION= 6.7
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ROPGadget-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Tool to search gadgets to facilitate ROP exploitation
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=4.0.1:devel/py-capstone@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-ropgadget/distinfo
Normal file
3
security/py-ropgadget/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1649841568
|
||||
SHA256 (ROPGadget-6.7.tar.gz) = a048f2e51c397b902e4586997bd4fe62af97984e207567cb63e67d86e8e09c8e
|
||||
SIZE (ROPGadget-6.7.tar.gz) = 23175
|
4
security/py-ropgadget/pkg-descr
Normal file
4
security/py-ropgadget/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Search gadgets in binaries to facilitate ROP exploitation for several
|
||||
file formats and architectures
|
||||
|
||||
WWW: https://pypi.org/project/ropgadget/
|
Loading…
Reference in a new issue