Bump version of framework to 6.3.48

This commit is contained in:
Metasploit 2023-12-14 12:08:41 -06:00
parent 1ee32a2d8e
commit e3810a4db6
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.3.47)
metasploit-framework (6.3.48)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)

View File

@ -80,9 +80,9 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 5.0.2, "New BSD"
metasploit-credential, 6.0.6, "New BSD"
metasploit-framework, 6.3.47, "New BSD"
metasploit-framework, 6.3.48, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.159, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.161, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
metasploit_payloads-mettle, 1.0.26, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT
@ -171,7 +171,7 @@ ruby-prof, 1.4.2, "Simplified BSD"
ruby-progressbar, 1.13.0, MIT
ruby-rc4, 0.1.5, MIT
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
ruby_smb, 3.2.6, "New BSD"
ruby_smb, 3.3.0, "New BSD"
rubyntlm, 0.6.3, MIT
rubyzip, 2.3.2, "Simplified BSD"
sawyer, 0.9.2, MIT

View File

@ -32,7 +32,7 @@ module Metasploit
end
end
VERSION = "6.3.47"
VERSION = "6.3.48"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash