Bump version of framework to 6.2.32

This commit is contained in:
Metasploit 2022-12-15 12:11:11 -06:00
parent 159a4bc218
commit f4a9090128
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (6.2.31) metasploit-framework (6.2.32)
actionpack (~> 6.0) actionpack (~> 6.0)
activerecord (~> 6.0) activerecord (~> 6.0)
activesupport (~> 6.0) activesupport (~> 6.0)

View File

@ -25,7 +25,7 @@ builder, 3.2.4, MIT
bundler, 2.1.4, MIT bundler, 2.1.4, MIT
byebug, 11.1.3, "Simplified BSD" byebug, 11.1.3, "Simplified BSD"
coderay, 1.1.3, MIT coderay, 1.1.3, MIT
concurrent-ruby, 1.0.5, MIT concurrent-ruby, 1.1.10, MIT
cookiejar, 0.3.3, unknown cookiejar, 0.3.3, unknown
crass, 1.0.6, MIT crass, 1.0.6, MIT
daemons, 1.4.1, MIT daemons, 1.4.1, MIT
@ -69,8 +69,8 @@ loofah, 2.19.0, MIT
memory_profiler, 1.0.1, MIT memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1 metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.5, "New BSD" metasploit-concern, 4.0.5, "New BSD"
metasploit-credential, 6.0.0, "New BSD" metasploit-credential, 6.0.1, "New BSD"
metasploit-framework, 6.2.31, "New BSD" metasploit-framework, 6.2.32, "New BSD"
metasploit-model, 4.0.6, "New BSD" metasploit-model, 4.0.6, "New BSD"
metasploit-payloads, 2.0.105, "3-clause (or ""modified"") BSD" metasploit-payloads, 2.0.105, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.6, "New BSD" metasploit_data_models, 5.0.6, "New BSD"
@ -90,7 +90,7 @@ net-ssh, 7.0.1, MIT
network_interface, 0.0.2, MIT network_interface, 0.0.2, MIT
nexpose, 7.3.0, "New BSD" nexpose, 7.3.0, "New BSD"
nio4r, 2.5.8, MIT nio4r, 2.5.8, MIT
nokogiri, 1.13.9, MIT nokogiri, 1.13.10, MIT
nori, 2.6.0, MIT nori, 2.6.0, MIT
octokit, 4.25.1, MIT octokit, 4.25.1, MIT
openssl-ccm, 1.2.3, MIT openssl-ccm, 1.2.3, MIT
@ -137,7 +137,7 @@ rex-rop_builder, 0.1.4, "New BSD"
rex-socket, 0.1.43, "New BSD" rex-socket, 0.1.43, "New BSD"
rex-sslscan, 0.1.8, "New BSD" rex-sslscan, 0.1.8, "New BSD"
rex-struct2, 0.1.3, "New BSD" rex-struct2, 0.1.3, "New BSD"
rex-text, 0.2.46, "New BSD" rex-text, 0.2.47, "New BSD"
rex-zip, 0.1.4, "New BSD" rex-zip, 0.1.4, "New BSD"
rexml, 3.2.5, "Simplified BSD" rexml, 3.2.5, "Simplified BSD"
rkelly-remix, 0.0.7, MIT rkelly-remix, 0.0.7, MIT

View File

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