Bump version of framework to 6.3.57

This commit is contained in:
Metasploit 2024-02-15 03:37:54 -06:00
parent 1d406cfc2a
commit 8e3daa5179
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.56)
metasploit-framework (6.3.57)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)

View File

@ -79,8 +79,8 @@ macaddr, 1.7.2, ruby
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.56, "New BSD"
metasploit-credential, 6.0.7, "New BSD"
metasploit-framework, 6.3.57, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.165, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
@ -149,7 +149,7 @@ rex-powershell, 0.1.99, "New BSD"
rex-random_identifier, 0.1.11, "New BSD"
rex-registry, 0.1.5, "New BSD"
rex-rop_builder, 0.1.5, "New BSD"
rex-socket, 0.1.55, "New BSD"
rex-socket, 0.1.56, "New BSD"
rex-sslscan, 0.1.10, "New BSD"
rex-struct2, 0.1.4, "New BSD"
rex-text, 0.2.53, "New BSD"

View File

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