We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a3660 commit 9b75fc5Copy full SHA for 9b75fc5
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (6.4.43)
+ metasploit-framework (6.4.44)
5
aarch64
6
abbrev
7
actionpack (~> 7.0.0)
LICENSE_GEMS
@@ -88,7 +88,7 @@ memory_profiler, 1.1.0, MIT
88
metasm, 1.0.5, LGPL-2.1
89
metasploit-concern, 5.0.3, "New BSD"
90
metasploit-credential, 6.0.11, "New BSD"
91
-metasploit-framework, 6.4.43, "New BSD"
+metasploit-framework, 6.4.44, "New BSD"
92
metasploit-model, 5.0.2, "New BSD"
93
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
94
metasploit_data_models, 6.0.5, "New BSD"
@@ -159,7 +159,7 @@ rex-powershell, 0.1.100, "New BSD"
159
rex-random_identifier, 0.1.13, "New BSD"
160
rex-registry, 0.1.5, "New BSD"
161
rex-rop_builder, 0.1.5, "New BSD"
162
-rex-socket, 0.1.57, "New BSD"
+rex-socket, 0.1.58, "New BSD"
163
rex-sslscan, 0.1.10, "New BSD"
164
rex-struct2, 0.1.4, "New BSD"
165
rex-text, 0.2.59, "New BSD"
lib/metasploit/framework/version.rb
@@ -32,7 +32,7 @@ def self.get_hash
32
end
33
34
35
- VERSION = "6.4.43"
+ VERSION = "6.4.44"
36
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
37
PRERELEASE = 'dev'
38
HASH = get_hash
0 commit comments