Skip to content

Commit 8be5ce1

Browse files
committed
Bump version of framework to 6.4.57
1 parent b132e3b commit 8be5ce1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.56)
4+
metasploit-framework (6.4.57)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ ffi, 1.16.3, "New BSD"
6565
fiddle, 1.1.6, "ruby, Simplified BSD"
6666
filesize, 0.2.0, MIT
6767
fivemat, 1.3.7, MIT
68+
forwardable, 1.3.3, "ruby, Simplified BSD"
6869
getoptlong, 0.2.1, "ruby, Simplified BSD"
6970
gssapi, 1.3.1, MIT
7071
gyoku, 1.4.0, MIT
@@ -76,6 +77,7 @@ http_parser.rb, 0.8.0, MIT
7677
httpclient, 2.9.0, ruby
7778
i18n, 1.14.7, MIT
7879
io-console, 0.8.0, "ruby, Simplified BSD"
80+
ipaddr, 1.2.7, "ruby, Simplified BSD"
7981
irb, 1.7.4, "ruby, Simplified BSD"
8082
jmespath, 1.6.2, "Apache 2.0"
8183
jsobfu, 0.4.2, "New BSD"
@@ -88,11 +90,11 @@ loofah, 2.24.0, MIT
8890
memory_profiler, 1.1.0, MIT
8991
metasm, 1.0.5, LGPL-2.1
9092
metasploit-concern, 5.0.4, "New BSD"
91-
metasploit-credential, 6.0.12, "New BSD"
92-
metasploit-framework, 6.4.56, "New BSD"
93-
metasploit-model, 5.0.2, "New BSD"
93+
metasploit-credential, 6.0.14, "New BSD"
94+
metasploit-framework, 6.4.57, "New BSD"
95+
metasploit-model, 5.0.3, "New BSD"
9496
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
95-
metasploit_data_models, 6.0.6, "New BSD"
97+
metasploit_data_models, 6.0.9, "New BSD"
9698
metasploit_payloads-mettle, 1.0.35, "3-clause (or ""modified"") BSD"
9799
method_source, 1.1.0, MIT
98100
mime-types, 3.6.0, MIT
@@ -167,6 +169,7 @@ rex-struct2, 0.1.5, "New BSD"
167169
rex-text, 0.2.60, "New BSD"
168170
rex-zip, 0.1.6, "New BSD"
169171
rexml, 3.4.1, "Simplified BSD"
172+
rinda, 0.2.0, "ruby, Simplified BSD"
170173
rkelly-remix, 0.0.7, MIT
171174
rspec, 3.13.0, MIT
172175
rspec-core, 3.13.3, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.4.56"
35+
VERSION = "6.4.57"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)