Skip to content

Commit 5a2e7bb

Browse files
author
jenkins-metasploit
committed
Bump version of framework to 6.4.132
1 parent e8bb3cd commit 5a2e7bb

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

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.131)
4+
metasploit-framework (6.4.132)
55
aarch64
66
abbrev
77
actionpack (~> 7.2.0)

LICENSE_GEMS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ coderay, 1.1.3, MIT
3939
concurrent-ruby, 1.3.5, MIT
4040
connection_pool, 2.5.4, MIT
4141
cookiejar, 0.3.4, "Simplified BSD"
42+
crack, 1.0.1, MIT
4243
crass, 1.0.6, MIT
4344
csv, 3.3.2, "ruby, Simplified BSD"
4445
daemons, 1.4.1, MIT
@@ -71,6 +72,7 @@ forwardable, 1.3.3, "ruby, Simplified BSD"
7172
getoptlong, 0.2.1, "ruby, Simplified BSD"
7273
gssapi, 1.3.1, MIT
7374
gyoku, 1.4.0, MIT
75+
hashdiff, 1.2.1, MIT
7476
hashery, 2.1.2, "Simplified BSD"
7577
hrr_rb_ssh, 0.4.2, "Apache 2.0"
7678
hrr_rb_ssh-ed25519, 0.4.2, "Apache 2.0"
@@ -85,6 +87,7 @@ irb, 1.15.2, "ruby, Simplified BSD"
8587
jmespath, 1.6.2, "Apache 2.0"
8688
jsobfu, 0.4.2, "New BSD"
8789
json, 2.15.1, ruby
90+
json-schema, 6.2.0, MIT
8891
language_server-protocol, 3.17.0.5, MIT
8992
license_finder, 5.11.1, MIT
9093
lint_roller, 1.1.0, MIT
@@ -93,11 +96,12 @@ logger, 1.7.0, "ruby, Simplified BSD"
9396
logging, 2.4.0, MIT
9497
loofah, 2.24.1, MIT
9598
lru_redux, 1.1.0, MIT
99+
mcp, 0.13.0, "Apache 2.0"
96100
memory_profiler, 1.1.0, MIT
97101
metasm, 1.0.5, LGPL-2.1
98102
metasploit-concern, 5.0.5, "New BSD"
99103
metasploit-credential, 6.0.21, "New BSD"
100-
metasploit-framework, 6.4.131, "New BSD"
104+
metasploit-framework, 6.4.132, "New BSD"
101105
metasploit-model, 5.0.4, "New BSD"
102106
metasploit-payloads, 2.0.245, "3-clause (or ""modified"") BSD"
103107
metasploit_data_models, 6.0.18, "New BSD"
@@ -233,6 +237,7 @@ unicode-emoji, 4.1.0, MIT
233237
unix-crypt, 1.3.1, 0BSD
234238
useragent, 0.16.11, MIT
235239
warden, 1.2.9, MIT
240+
webmock, 3.26.2, MIT
236241
webrick, 1.9.1, "ruby, Simplified BSD"
237242
websocket-driver, 0.7.7, "Apache 2.0"
238243
websocket-extensions, 0.1.5, "Apache 2.0"

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.131"
35+
VERSION = "6.4.132"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)