summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-10-13 18:51:42 +0000
committerminskim <minskim@pkgsrc.org>2017-10-13 18:51:42 +0000
commit71dd21a27162f351ace47cf04d28b336cee48ecf (patch)
tree86c3256bcb8cc4731e27b6fc117c5f73f72246f2 /security
parentf3eb164dfbb22b0768237e24bae9d87d8b16d24d (diff)
downloadpkgsrc-71dd21a27162f351ace47cf04d28b336cee48ecf.tar.gz
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 (limited to 'security')
-rw-r--r--security/ruby-rex-encoder/DESCR4
-rw-r--r--security/ruby-rex-encoder/Makefile16
-rw-r--r--security/ruby-rex-encoder/PLIST45
-rw-r--r--security/ruby-rex-encoder/distinfo6
4 files changed, 71 insertions, 0 deletions
diff --git a/security/ruby-rex-encoder/DESCR b/security/ruby-rex-encoder/DESCR
new file mode 100644
index 00000000000..136897639b4
--- /dev/null
+++ b/security/ruby-rex-encoder/DESCR
@@ -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 --git a/security/ruby-rex-encoder/Makefile b/security/ruby-rex-encoder/Makefile
new file mode 100644
index 00000000000..aed49e6b025
--- /dev/null
+++ b/security/ruby-rex-encoder/Makefile
@@ -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
+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 --git a/security/ruby-rex-encoder/PLIST b/security/ruby-rex-encoder/PLIST
new file mode 100644
index 00000000000..ebc902b97da
--- /dev/null
+++ b/security/ruby-rex-encoder/PLIST
@@ -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 --git a/security/ruby-rex-encoder/distinfo b/security/ruby-rex-encoder/distinfo
new file mode 100644
index 00000000000..5023366c49f
--- /dev/null
+++ b/security/ruby-rex-encoder/distinfo
@@ -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