From 9b75fc50eccb34b3003c75a77e6ece2532c6f35a Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 2 Jan 2025 03:33:04 -0600 Subject: [PATCH] Bump version of framework to 6.4.44 --- Gemfile.lock | 2 +- LICENSE_GEMS | 4 ++-- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7cbc281eb53b..bc879ee8d208 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.43) + metasploit-framework (6.4.44) aarch64 abbrev actionpack (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index df2c08d414c9..a258bef17e22 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -88,7 +88,7 @@ memory_profiler, 1.1.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.3, "New BSD" metasploit-credential, 6.0.11, "New BSD" -metasploit-framework, 6.4.43, "New BSD" +metasploit-framework, 6.4.44, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.5, "New BSD" @@ -159,7 +159,7 @@ rex-powershell, 0.1.100, "New BSD" rex-random_identifier, 0.1.13, "New BSD" rex-registry, 0.1.5, "New BSD" rex-rop_builder, 0.1.5, "New BSD" -rex-socket, 0.1.57, "New BSD" +rex-socket, 0.1.58, "New BSD" rex-sslscan, 0.1.10, "New BSD" rex-struct2, 0.1.4, "New BSD" rex-text, 0.2.59, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index c5eac692b4c4..1a54ee91a87a 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -32,7 +32,7 @@ def self.get_hash end end - VERSION = "6.4.43" + VERSION = "6.4.44" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash