pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-rex-powershell



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Sep 29 17:15:41 UTC 2017

Added Files:
        pkgsrc/security/ruby-rex-powershell: DESCR Makefile PLIST distinfo

Log Message:
security/ruby-rex-powershell: Import version 0.1.72

Ruby Exploitation (Rex) library for generating/manipulating Powershell
scripts.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-powershell/DESCR \
    pkgsrc/security/ruby-rex-powershell/Makefile \
    pkgsrc/security/ruby-rex-powershell/PLIST \
    pkgsrc/security/ruby-rex-powershell/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-rex-powershell/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-powershell/DESCR:1.1
--- /dev/null   Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/DESCR   Fri Sep 29 17:15:41 2017
@@ -0,0 +1,2 @@
+Ruby Exploitation (Rex) library for generating/manipulating Powershell
+scripts.
Index: pkgsrc/security/ruby-rex-powershell/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-powershell/Makefile:1.1
--- /dev/null   Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/Makefile        Fri Sep 29 17:15:41 2017
@@ -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@localhost
+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"
Index: pkgsrc/security/ruby-rex-powershell/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-powershell/PLIST:1.1
--- /dev/null   Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/PLIST   Fri Sep 29 17:15:41 2017
@@ -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
Index: pkgsrc/security/ruby-rex-powershell/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-powershell/distinfo:1.1
--- /dev/null   Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/distinfo        Fri Sep 29 17:15:41 2017
@@ -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



Home | Main Index | Thread Index | Old Index