mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
New port: security/rubygem-rex-exploitation
This gem contains various helper mechanisms for creating exploits. This includes SEH Overwrite helpers, egghunters, command stagers and more. WWW: https://github.com/rapid7/rex-exploitation
This commit is contained in:
parent
e0f15ade57
commit
fe6b2bbd2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423577
@ -1017,6 +1017,7 @@
|
||||
SUBDIR += rubygem-rex-bin_tools
|
||||
SUBDIR += rubygem-rex-core
|
||||
SUBDIR += rubygem-rex-encoder
|
||||
SUBDIR += rubygem-rex-exploitation
|
||||
SUBDIR += rubygem-rex-java
|
||||
SUBDIR += rubygem-rex-mime
|
||||
SUBDIR += rubygem-rex-nop
|
||||
|
22
security/rubygem-rex-exploitation/Makefile
Normal file
22
security/rubygem-rex-exploitation/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rex-exploitation
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers
|
||||
|
||||
RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \
|
||||
rubygem-rex-arch>=0:security/rubygem-rex-arch \
|
||||
rubygem-rex-encoder>=0:security/rubygem-rex-encoder \
|
||||
rubygem-rex-text>=0:security/rubygem-rex-text \
|
||||
rubygem-jsobfu>=0:www/rubygem-jsobfu
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-rex-exploitation/distinfo
Normal file
3
security/rubygem-rex-exploitation/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475925330
|
||||
SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434
|
||||
SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312
|
4
security/rubygem-rex-exploitation/pkg-descr
Normal file
4
security/rubygem-rex-exploitation/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This gem contains various helper mechanisms for creating exploits. This
|
||||
includes SEH Overwrite helpers, egghunters, command stagers and more.
|
||||
|
||||
WWW: https://github.com/rapid7/rex-exploitation
|
Loading…
Reference in New Issue
Block a user