diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-rex-powershell/Makefile | 22 | ||||
-rw-r--r-- | security/rubygem-rex-powershell/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rex-powershell/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index acb35858d389..5e7d0ba6661c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1007,6 +1007,7 @@ SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog SUBDIR += rubygem-rex-java + SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-text SUBDIR += rubygem-roauth diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile new file mode 100644 index 000000000000..f7ca3808308d --- /dev/null +++ b/security/rubygem-rex-powershell/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rex-powershell +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for generating Powershell scripts + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-rex-random_identifier>=0:security/rubygem-rex-random_identifier \ + rubygem-rex-text>=0:security/rubygem-rex-text + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/security/rubygem-rex-powershell/distinfo b/security/rubygem-rex-powershell/distinfo new file mode 100644 index 000000000000..ce253a9c86ac --- /dev/null +++ b/security/rubygem-rex-powershell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468493230 +SHA256 (rubygem/rex-powershell-0.1.0.gem) = 6d19412a2a2d6593c6da6c4e931d28d4724e079e9d4c61490fa50d073ff63669 +SIZE (rubygem/rex-powershell-0.1.0.gem) = 25088 diff --git a/security/rubygem-rex-powershell/pkg-descr b/security/rubygem-rex-powershell/pkg-descr new file mode 100644 index 000000000000..f9d10cce9d21 --- /dev/null +++ b/security/rubygem-rex-powershell/pkg-descr @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for +generating/manipulating Powershell scripts. + +WWW: https://github.com/rapid7/rex-powershell |