aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-17 12:21:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-17 12:21:06 +0000
commit03c0b4c1984dc709b19d2373694531224e643abe (patch)
tree9178e5362090c068915a613c42ff634acae6f22a /security
parent9ee9e6c1cbb394394661eaa9d988546e90b495b6 (diff)
downloadports-03c0b4c1984dc709b19d2373694531224e643abe.tar.gz
ports-03c0b4c1984dc709b19d2373694531224e643abe.zip
New port: security/rubygem-rex-socket
The Ruby Exploitation(Rex) Socket Abstraction Library includes all of the code needed to turn sockets into Rex::Sockets with the functionality for things like L3 pivoting used by Metasploit. WWW: https://github.com/rapid7/rex-socket
Notes
Notes: svn path=/head/; revision=422316
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-rex-socket/Makefile18
-rw-r--r--security/rubygem-rex-socket/distinfo3
-rw-r--r--security/rubygem-rex-socket/pkg-descr5
4 files changed, 27 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 61f6fec49f9e..0122d65deba4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1024,6 +1024,7 @@
SUBDIR += rubygem-rex-random_identifier
SUBDIR += rubygem-rex-registry
SUBDIR += rubygem-rex-rop_builder
+ SUBDIR += rubygem-rex-socket
SUBDIR += rubygem-rex-struct2
SUBDIR += rubygem-rex-text
SUBDIR += rubygem-rex-zip
diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile
new file mode 100644
index 000000000000..7aed8774a68f
--- /dev/null
+++ b/security/rubygem-rex-socket/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= rex-socket
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) socket abstraction library
+
+RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-rex-socket/distinfo b/security/rubygem-rex-socket/distinfo
new file mode 100644
index 000000000000..5157407d9430
--- /dev/null
+++ b/security/rubygem-rex-socket/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474027552
+SHA256 (rubygem/rex-socket-0.1.0.gem) = dff8b1bfaf9d2f9d7a89e542c2496166ad835fa17ecfd0592b8cccb97b4a1134
+SIZE (rubygem/rex-socket-0.1.0.gem) = 38912
diff --git a/security/rubygem-rex-socket/pkg-descr b/security/rubygem-rex-socket/pkg-descr
new file mode 100644
index 000000000000..25c057bbf2c8
--- /dev/null
+++ b/security/rubygem-rex-socket/pkg-descr
@@ -0,0 +1,5 @@
+The Ruby Exploitation(Rex) Socket Abstraction Library includes all of the code
+needed to turn sockets into Rex::Sockets with the functionality for things like
+L3 pivoting used by Metasploit.
+
+WWW: https://github.com/rapid7/rex-socket