diff options
author | minskim <minskim@pkgsrc.org> | 2017-09-29 17:15:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-09-29 17:15:41 +0000 |
commit | f991cdfc54e32f218fb226d9c8586d7b6898a7ac (patch) | |
tree | 1a597b2491dda2972358d4daa68656d4917c07b4 /security | |
parent | 0da85b3fa718e14ce50df1a761f58575190422a5 (diff) | |
download | pkgsrc-f991cdfc54e32f218fb226d9c8586d7b6898a7ac.tar.gz |
security/ruby-rex-powershell: Import version 0.1.72
Ruby Exploitation (Rex) library for generating/manipulating Powershell
scripts.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-rex-powershell/DESCR | 2 | ||||
-rw-r--r-- | security/ruby-rex-powershell/Makefile | 15 | ||||
-rw-r--r-- | security/ruby-rex-powershell/PLIST | 27 | ||||
-rw-r--r-- | security/ruby-rex-powershell/distinfo | 6 |
4 files changed, 50 insertions, 0 deletions
diff --git a/security/ruby-rex-powershell/DESCR b/security/ruby-rex-powershell/DESCR new file mode 100644 index 00000000000..104dcab0983 --- /dev/null +++ b/security/ruby-rex-powershell/DESCR @@ -0,0 +1,2 @@ +Ruby Exploitation (Rex) library for generating/manipulating Powershell +scripts. diff --git a/security/ruby-rex-powershell/Makefile b/security/ruby-rex-powershell/Makefile new file mode 100644 index 00000000000..097b5c8b29c --- /dev/null +++ b/security/ruby-rex-powershell/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 17:15:41 minskim Exp $ + +DISTNAME= rex-powershell-0.1.72 +CATEGORIES= security + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/rapid7/rex-powershell +COMMENT= Ruby Exploitation library for generating Powershell scripts +LICENSE= modified-bsd + +DEPENDS+= ${RUBY_PKGPREFIX}-rex-random_identifier-[0-9]*:../../security/ruby-rex-random_identifier +DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-rex-powershell/PLIST b/security/ruby-rex-powershell/PLIST new file mode 100644 index 00000000000..6cbec1a0e44 --- /dev/null +++ b/security/ruby-rex-powershell/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/29 17:15:41 minskim Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/CODE_OF_CONDUCT.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/data/templates/to_mem_dotnet.ps1.template +${GEM_LIBDIR}/data/templates/to_mem_old.ps1.template +${GEM_LIBDIR}/data/templates/to_mem_pshreflection.ps1.template +${GEM_LIBDIR}/lib/rex/powershell.rb +${GEM_LIBDIR}/lib/rex/powershell/command.rb +${GEM_LIBDIR}/lib/rex/powershell/function.rb +${GEM_LIBDIR}/lib/rex/powershell/obfu.rb +${GEM_LIBDIR}/lib/rex/powershell/output.rb +${GEM_LIBDIR}/lib/rex/powershell/param.rb +${GEM_LIBDIR}/lib/rex/powershell/parser.rb +${GEM_LIBDIR}/lib/rex/powershell/payload.rb +${GEM_LIBDIR}/lib/rex/powershell/psh_methods.rb +${GEM_LIBDIR}/lib/rex/powershell/script.rb +${GEM_LIBDIR}/lib/rex/powershell/templates.rb +${GEM_LIBDIR}/lib/rex/powershell/version.rb +${GEM_LIBDIR}/rex-powershell.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-rex-powershell/distinfo b/security/ruby-rex-powershell/distinfo new file mode 100644 index 00000000000..24a191b2b07 --- /dev/null +++ b/security/ruby-rex-powershell/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 17:15:41 minskim Exp $ + +SHA1 (rex-powershell-0.1.72.gem) = ed419e114e24fc90fc9db854908e67de9c50daa4 +RMD160 (rex-powershell-0.1.72.gem) = 35dca02e93c6e147c0b62986e8063a4235ddd7f8 +SHA512 (rex-powershell-0.1.72.gem) = 5b5e5fd8685a84c88c8e2a308089724eb16fa8ac58d4543a1a8664aba9ff307fb5532e1aa351b6d245cdcbb69c0fc81fe3b78f99247c4472e55cdd21c5d9f494 +Size (rex-powershell-0.1.72.gem) = 26624 bytes |