aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-exploitation
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-09 08:57:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-09 08:57:49 +0000
commitfe6b2bbd2edc3f0b23b20acae2bc19ff0dbc3e29 (patch)
tree8ea243587658038f3ebbc1d85d0502615c77286c /security/rubygem-rex-exploitation
parente0f15ade57a5ddc09371c129e30a251e9e87737f (diff)
downloadports-fe6b2bbd2edc3f0b23b20acae2bc19ff0dbc3e29.tar.gz
ports-fe6b2bbd2edc3f0b23b20acae2bc19ff0dbc3e29.zip
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
Notes
Notes: svn path=/head/; revision=423577
Diffstat (limited to 'security/rubygem-rex-exploitation')
-rw-r--r--security/rubygem-rex-exploitation/Makefile22
-rw-r--r--security/rubygem-rex-exploitation/distinfo3
-rw-r--r--security/rubygem-rex-exploitation/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/security/rubygem-rex-exploitation/Makefile b/security/rubygem-rex-exploitation/Makefile
new file mode 100644
index 000000000000..700af1a7be69
--- /dev/null
+++ b/security/rubygem-rex-exploitation/Makefile
@@ -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>
diff --git a/security/rubygem-rex-exploitation/distinfo b/security/rubygem-rex-exploitation/distinfo
new file mode 100644
index 000000000000..9f8ba3d0e602
--- /dev/null
+++ b/security/rubygem-rex-exploitation/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475925330
+SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434
+SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312
diff --git a/security/rubygem-rex-exploitation/pkg-descr b/security/rubygem-rex-exploitation/pkg-descr
new file mode 100644
index 000000000000..870c59d5f79d
--- /dev/null
+++ b/security/rubygem-rex-exploitation/pkg-descr
@@ -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