diff --git a/Gemfile.lock b/Gemfile.lock index 3e9fc2188f..d5f96f5683 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.0.32) + metasploit-framework (6.0.33) actionpack (~> 5.2.2) activerecord (~> 5.2.2) activesupport (~> 5.2.2) @@ -123,7 +123,7 @@ GEM activerecord (>= 3.1.0, < 7) ast (2.4.2) aws-eventstream (1.1.0) - aws-partitions (1.427.0) + aws-partitions (1.429.0) aws-sdk-core (3.112.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -195,7 +195,7 @@ GEM i18n (1.8.9) concurrent-ruby (~> 1.0) io-console (0.5.8) - irb (1.3.3) + irb (1.3.4) reline (>= 0.1.5) jmespath (1.4.0) jsobfu (0.4.2) @@ -238,7 +238,7 @@ GEM metasploit_payloads-mettle (1.0.6) method_source (1.0.0) mini_portile2 (2.5.0) - minitest (5.14.3) + minitest (5.14.4) mqtt (0.5.0) msgpack (1.4.2) multipart-post (2.1.1) @@ -305,8 +305,8 @@ GEM recog (2.3.19) nokogiri redcarpet (3.5.1) - regexp_parser (2.0.3) - reline (0.2.3) + regexp_parser (2.1.1) + reline (0.2.4) io-console (~> 0.5) rex-arch (0.1.14) rex-text @@ -348,7 +348,7 @@ GEM rex-text rex-socket (0.1.25) rex-core - rex-sslscan (0.1.5) + rex-sslscan (0.1.6) rex-core rex-socket rex-text diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 918f74a37b..4afd12d41e 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -11,7 +11,7 @@ arel, 9.0.0, MIT arel-helpers, 2.12.0, MIT ast, 2.4.2, MIT aws-eventstream, 1.1.0, "Apache 2.0" -aws-partitions, 1.427.0, "Apache 2.0" +aws-partitions, 1.429.0, "Apache 2.0" aws-sdk-core, 3.112.0, "Apache 2.0" aws-sdk-ec2, 1.225.0, "Apache 2.0" aws-sdk-iam, 1.48.0, "Apache 2.0" @@ -52,7 +52,7 @@ hrr_rb_ssh, 0.3.0.pre2, "Apache 2.0" http_parser.rb, 0.6.0, MIT i18n, 1.8.9, MIT io-console, 0.5.8, "ruby, Simplified BSD" -irb, 1.3.3, "ruby, Simplified BSD" +irb, 1.3.4, "ruby, Simplified BSD" jmespath, 1.4.0, "Apache 2.0" jsobfu, 0.4.2, "New BSD" json, 2.5.1, ruby @@ -61,14 +61,14 @@ memory_profiler, 1.0.0, MIT metasm, 1.0.4, LGPL-2.1 metasploit-concern, 3.0.1, "New BSD" metasploit-credential, 4.0.3, "New BSD" -metasploit-framework, 6.0.32, "New BSD" +metasploit-framework, 6.0.33, "New BSD" metasploit-model, 3.1.3, "New BSD" -metasploit-payloads, 2.0.28, "3-clause (or ""modified"") BSD" +metasploit-payloads, 2.0.34, "3-clause (or ""modified"") BSD" metasploit_data_models, 4.1.2, "New BSD" metasploit_payloads-mettle, 1.0.6, "3-clause (or ""modified"") BSD" method_source, 1.0.0, MIT mini_portile2, 2.5.0, MIT -minitest, 5.14.3, MIT +minitest, 5.14.4, MIT mqtt, 0.5.0, MIT msgpack, 1.4.2, "Apache 2.0" multipart-post, 2.1.1, MIT @@ -107,8 +107,8 @@ rake, 13.0.3, MIT rb-readline, 0.5.5, BSD recog, 2.3.19, unknown redcarpet, 3.5.1, MIT -regexp_parser, 2.0.3, MIT -reline, 0.2.3, ruby +regexp_parser, 2.1.1, MIT +reline, 0.2.4, ruby rex-arch, 0.1.14, "New BSD" rex-bin_tools, 0.1.7, "New BSD" rex-core, 0.1.16, "New BSD" @@ -123,9 +123,9 @@ rex-random_identifier, 0.1.5, "New BSD" rex-registry, 0.1.4, "New BSD" rex-rop_builder, 0.1.4, "New BSD" rex-socket, 0.1.25, "New BSD" -rex-sslscan, 0.1.5, "New BSD" +rex-sslscan, 0.1.6, "New BSD" rex-struct2, 0.1.3, "New BSD" -rex-text, 0.2.31, "New BSD" +rex-text, 0.2.33, "New BSD" rex-zip, 0.1.4, "New BSD" rexml, 3.2.4, "Simplified BSD" rkelly-remix, 0.0.7, MIT @@ -139,7 +139,7 @@ rspec-support, 3.10.2, MIT rubocop, 1.10.0, MIT rubocop-ast, 1.4.1, MIT ruby-macho, 2.5.0, MIT -ruby-prof, 1.4.3, "Simplified BSD" +ruby-prof, 1.4.2, "Simplified BSD" ruby-progressbar, 1.11.0, MIT ruby-rc4, 0.1.5, MIT ruby2_keywords, 0.0.4, "ruby, Simplified BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 15c2b09847..6990aa92fc 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "6.0.32" + VERSION = "6.0.33" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash