Skip to content

Commit d13ffe5

Browse files
committed
Bump version of framework to 6.4.63
1 parent ba7be5b commit d13ffe5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.62)
4+
metasploit-framework (6.4.63)
55
aarch64
66
abbrev
77
actionpack (~> 7.1.0)

LICENSE_GEMS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ memory_profiler, 1.1.0, MIT
9292
metasm, 1.0.5, LGPL-2.1
9393
metasploit-concern, 5.0.4, "New BSD"
9494
metasploit-credential, 6.0.14, "New BSD"
95-
metasploit-framework, 6.4.62, "New BSD"
95+
metasploit-framework, 6.4.63, "New BSD"
9696
metasploit-model, 5.0.3, "New BSD"
9797
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9898
metasploit_data_models, 6.0.9, "New BSD"
@@ -155,7 +155,7 @@ reline, 0.6.0, ruby
155155
require_all, 3.0.0, MIT
156156
rex-arch, 0.1.18, "New BSD"
157157
rex-bin_tools, 0.1.10, "New BSD"
158-
rex-core, 0.1.33, "New BSD"
158+
rex-core, 0.1.34, "New BSD"
159159
rex-encoder, 0.1.8, "New BSD"
160160
rex-exploitation, 0.1.41, "New BSD"
161161
rex-java, 0.1.8, "New BSD"
@@ -166,10 +166,10 @@ rex-powershell, 0.1.101, "New BSD"
166166
rex-random_identifier, 0.1.15, "New BSD"
167167
rex-registry, 0.1.6, "New BSD"
168168
rex-rop_builder, 0.1.6, "New BSD"
169-
rex-socket, 0.1.60, "New BSD"
170-
rex-sslscan, 0.1.11, "New BSD"
169+
rex-socket, 0.1.61, "New BSD"
170+
rex-sslscan, 0.1.12, "New BSD"
171171
rex-struct2, 0.1.5, "New BSD"
172-
rex-text, 0.2.60, "New BSD"
172+
rex-text, 0.2.61, "New BSD"
173173
rex-zip, 0.1.6, "New BSD"
174174
rexml, 3.4.1, "Simplified BSD"
175175
rinda, 0.2.0, "ruby, Simplified BSD"

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

0 commit comments

Comments
 (0)