We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6d442 commit b8dad8dCopy full SHA for b8dad8d
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (6.4.79)
+ metasploit-framework (6.4.80)
5
aarch64
6
abbrev
7
actionpack (~> 7.2.0)
LICENSE_GEMS
@@ -96,7 +96,7 @@ memory_profiler, 1.1.0, MIT
96
metasm, 1.0.5, LGPL-2.1
97
metasploit-concern, 5.0.5, "New BSD"
98
metasploit-credential, 6.0.16, "New BSD"
99
-metasploit-framework, 6.4.79, "New BSD"
+metasploit-framework, 6.4.80, "New BSD"
100
metasploit-model, 5.0.4, "New BSD"
101
metasploit-payloads, 2.0.221, "3-clause (or ""modified"") BSD"
102
metasploit_data_models, 6.0.9, "New BSD"
@@ -172,8 +172,8 @@ rex-java, 0.1.8, "New BSD"
172
rex-mime, 0.1.11, "New BSD"
173
rex-nop, 0.1.4, "New BSD"
174
rex-ole, 0.1.9, "New BSD"
175
-rex-powershell, 0.1.101, "New BSD"
176
-rex-random_identifier, 0.1.16, "New BSD"
+rex-powershell, 0.1.103, "New BSD"
+rex-random_identifier, 0.1.20, "New BSD"
177
rex-registry, 0.1.6, "New BSD"
178
rex-rop_builder, 0.1.6, "New BSD"
179
rex-socket, 0.1.62, "New BSD"
lib/metasploit/framework/version.rb
@@ -32,7 +32,7 @@ def self.get_hash
32
end
33
34
35
- VERSION = "6.4.79"
+ VERSION = "6.4.80"
36
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
37
PRERELEASE = 'dev'
38
HASH = get_hash
0 commit comments