diff --git a/Gemfile.lock b/Gemfile.lock index 9a258c42a9..95095d055f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.132) + metasploit-framework (6.4.133) aarch64 abbrev actionpack (~> 7.2.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 60b4a92b8d..cff7e88641 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -100,8 +100,8 @@ mcp, 0.13.0, "Apache 2.0" memory_profiler, 1.1.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.5, "New BSD" -metasploit-credential, 6.0.21, "New BSD" -metasploit-framework, 6.4.132, "New BSD" +metasploit-credential, 6.0.23, "New BSD" +metasploit-framework, 6.4.133, "New BSD" metasploit-model, 5.0.4, "New BSD" metasploit-payloads, 2.0.245, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.18, "New BSD" @@ -170,10 +170,10 @@ regexp_parser, 2.11.3, MIT reline, 0.6.2, ruby require_all, 3.0.0, MIT rest-client, 2.1.0, MIT -rex-arch, 0.1.19, "New BSD" +rex-arch, 0.1.20, "New BSD" rex-bin_tools, 0.1.16, "New BSD" rex-core, 0.1.36, "New BSD" -rex-encoder, 0.1.8, "New BSD" +rex-encoder, 0.1.10, "New BSD" rex-exploitation, 0.1.44, "New BSD" rex-java, 0.1.8, "New BSD" rex-mime, 0.1.11, "New BSD" @@ -183,10 +183,10 @@ rex-powershell, 0.1.103, "New BSD" rex-random_identifier, 0.1.21, "New BSD" rex-registry, 0.1.6, "New BSD" rex-rop_builder, 0.1.6, "New BSD" -rex-socket, 0.1.64, "New BSD" +rex-socket, 0.1.65, "New BSD" rex-sslscan, 0.1.13, "New BSD" rex-struct2, 0.1.5, "New BSD" -rex-text, 0.2.62, "New BSD" +rex-text, 0.2.63, "New BSD" rex-zip, 0.1.6, "New BSD" rexml, 3.4.1, "Simplified BSD" rinda, 0.2.0, "ruby, Simplified BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 7283897f88..90f91146f6 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -32,7 +32,7 @@ module Metasploit end end - VERSION = "6.4.132" + VERSION = "6.4.133" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash