pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-rex-encoder security/ruby-rex-encoder: I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9393b004fc5c
branches:  trunk
changeset: 370264:9393b004fc5c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 13 18:51:42 2017 +0000

description:
security/ruby-rex-encoder: Import version 0.1.4

This library provides the basis for all of the polymorphic encoders
that Metasploit uses for payload encoding. Encoders are used to try
and create a version of a payload that is free of bad characters as
defined by the exploit.

diffstat:

 security/ruby-rex-encoder/DESCR    |   4 +++
 security/ruby-rex-encoder/Makefile |  16 +++++++++++++
 security/ruby-rex-encoder/PLIST    |  45 ++++++++++++++++++++++++++++++++++++++
 security/ruby-rex-encoder/distinfo |   6 +++++
 4 files changed, 71 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r cd1aa0c06873 -r 9393b004fc5c security/ruby-rex-encoder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-encoder/DESCR   Fri Oct 13 18:51:42 2017 +0000
@@ -0,0 +1,4 @@
+This library provides the basis for all of the polymorphic encoders
+that Metasploit uses for payload encoding. Encoders are used to try
+and create a version of a payload that is free of bad characters as
+defined by the exploit.
diff -r cd1aa0c06873 -r 9393b004fc5c security/ruby-rex-encoder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-encoder/Makefile        Fri Oct 13 18:51:42 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 18:51:42 minskim Exp $
+
+DISTNAME=      rex-encoder-0.1.4
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-encoder
+COMMENT=       Polymorphic encoders that Metasploit uses for payload encoding
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cd1aa0c06873 -r 9393b004fc5c security/ruby-rex-encoder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-encoder/PLIST   Fri Oct 13 18:51:42 2017 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 18:51:42 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}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/rex/encoder.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2/alpha_mixed.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2/alpha_upper.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2/generic.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2/unicode_mixed.rb
+${GEM_LIBDIR}/lib/rex/encoder/alpha2/unicode_upper.rb
+${GEM_LIBDIR}/lib/rex/encoder/bloxor/bloxor.rb
+${GEM_LIBDIR}/lib/rex/encoder/ndr.rb
+${GEM_LIBDIR}/lib/rex/encoder/nonalpha.rb
+${GEM_LIBDIR}/lib/rex/encoder/nonupper.rb
+${GEM_LIBDIR}/lib/rex/encoder/version.rb
+${GEM_LIBDIR}/lib/rex/encoder/xdr.rb
+${GEM_LIBDIR}/lib/rex/encoder/xor.rb
+${GEM_LIBDIR}/lib/rex/encoder/xor/dword.rb
+${GEM_LIBDIR}/lib/rex/encoder/xor/dword_additive.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/byte.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/dword.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/dword_additive.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/exceptions.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/generic.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/qword.rb
+${GEM_LIBDIR}/lib/rex/encoding/xor/word.rb
+${GEM_LIBDIR}/lib/rex/poly.rb
+${GEM_LIBDIR}/lib/rex/poly/block.rb
+${GEM_LIBDIR}/lib/rex/poly/machine.rb
+${GEM_LIBDIR}/lib/rex/poly/machine/machine.rb
+${GEM_LIBDIR}/lib/rex/poly/machine/x86.rb
+${GEM_LIBDIR}/lib/rex/poly/register.rb
+${GEM_LIBDIR}/lib/rex/poly/register/x86.rb
+${GEM_LIBDIR}/rex-encoder.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r cd1aa0c06873 -r 9393b004fc5c security/ruby-rex-encoder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-encoder/distinfo        Fri Oct 13 18:51:42 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 18:51:42 minskim Exp $
+
+SHA1 (rex-encoder-0.1.4.gem) = 3eff2a009ccec546d6eef47bdcc199cc5ad35bc6
+RMD160 (rex-encoder-0.1.4.gem) = 0df35d79e4d2e6164460789f0c29feb07b861c28
+SHA512 (rex-encoder-0.1.4.gem) = 30c83308cba74ff3204d5b923370b80e22817b824341d6544ddd68e7f86465d52ee1eacae16c8276bdd7f785efd74de2423a9f4866e8b50e17b3424c96ef0ba4
+Size (rex-encoder-0.1.4.gem) = 40960 bytes



Home | Main Index | Thread Index | Old Index