mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
New port: security/rubygem-rex-rop_builder
This is the Ruby Exploitation(Rex) Library for building ROP chains. It also comes with the msfrop command line tool. WWW: https://github.com/rapid7/rex-rop_builder
This commit is contained in:
parent
37473e2e3c
commit
9ee9e6c1cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422315
@ -1023,6 +1023,7 @@
|
|||||||
SUBDIR += rubygem-rex-powershell
|
SUBDIR += rubygem-rex-powershell
|
||||||
SUBDIR += rubygem-rex-random_identifier
|
SUBDIR += rubygem-rex-random_identifier
|
||||||
SUBDIR += rubygem-rex-registry
|
SUBDIR += rubygem-rex-registry
|
||||||
|
SUBDIR += rubygem-rex-rop_builder
|
||||||
SUBDIR += rubygem-rex-struct2
|
SUBDIR += rubygem-rex-struct2
|
||||||
SUBDIR += rubygem-rex-text
|
SUBDIR += rubygem-rex-text
|
||||||
SUBDIR += rubygem-rex-zip
|
SUBDIR += rubygem-rex-zip
|
||||||
|
22
security/rubygem-rex-rop_builder/Makefile
Normal file
22
security/rubygem-rex-rop_builder/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= rex-rop_builder
|
||||||
|
PORTVERSION= 0.1.0
|
||||||
|
CATEGORIES= security rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= antoine@FreeBSD.org
|
||||||
|
COMMENT= Ruby Exploitation(Rex) library for building ROP chains
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \
|
||||||
|
rubygem-rex-core>=0:security/rubygem-rex-core \
|
||||||
|
rubygem-rex-text>=0:security/rubygem-rex-text
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
PLIST_FILES= bin/msfrop
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
security/rubygem-rex-rop_builder/distinfo
Normal file
3
security/rubygem-rex-rop_builder/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1474027251
|
||||||
|
SHA256 (rubygem/rex-rop_builder-0.1.0.gem) = 816c01f6ac10b2d4f8d7fb13dc3e562c21d15bdd0c67a3aea5db9a8f14999378
|
||||||
|
SIZE (rubygem/rex-rop_builder-0.1.0.gem) = 16896
|
4
security/rubygem-rex-rop_builder/pkg-descr
Normal file
4
security/rubygem-rex-rop_builder/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
This is the Ruby Exploitation(Rex) Library for building ROP chains. It also
|
||||||
|
comes with the msfrop command line tool.
|
||||||
|
|
||||||
|
WWW: https://github.com/rapid7/rex-rop_builder
|
Loading…
Reference in New Issue
Block a user