svn commit: r423577 - in head/security: . rubygem-rex-exploitation
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 9 08:57:51 UTC 2016
Author: antoine
Date: Sun Oct 9 08:57:49 2016
New Revision: 423577
URL: https://svnweb.freebsd.org/changeset/ports/423577
Log:
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
Added:
head/security/rubygem-rex-exploitation/
head/security/rubygem-rex-exploitation/Makefile (contents, props changed)
head/security/rubygem-rex-exploitation/distinfo (contents, props changed)
head/security/rubygem-rex-exploitation/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sun Oct 9 08:51:26 2016 (r423576)
+++ head/security/Makefile Sun Oct 9 08:57:49 2016 (r423577)
@@ -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
Added: head/security/rubygem-rex-exploitation/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-rex-exploitation/Makefile Sun Oct 9 08:57:49 2016 (r423577)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= rex-exploitation
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine at 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>
Added: head/security/rubygem-rex-exploitation/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-rex-exploitation/distinfo Sun Oct 9 08:57:49 2016 (r423577)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475925330
+SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434
+SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312
Added: head/security/rubygem-rex-exploitation/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-rex-exploitation/pkg-descr Sun Oct 9 08:57:49 2016 (r423577)
@@ -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
More information about the svn-ports-all
mailing list