Bump version of framework to 6.0.26
This commit is contained in:
+13
-11
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
metasploit-framework (6.0.25)
|
||||
metasploit-framework (6.0.26)
|
||||
actionpack (~> 5.2.2)
|
||||
activerecord (~> 5.2.2)
|
||||
activesupport (~> 5.2.2)
|
||||
@@ -192,7 +192,7 @@ GEM
|
||||
hrr_rb_ssh (0.3.0.pre2)
|
||||
ed25519 (~> 1.2)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (1.8.5)
|
||||
i18n (1.8.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.5.6)
|
||||
irb (1.3.0)
|
||||
@@ -236,8 +236,8 @@ GEM
|
||||
recog (~> 2.0)
|
||||
metasploit_payloads-mettle (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mini_portile2 (2.4.0)
|
||||
minitest (5.14.2)
|
||||
mini_portile2 (2.5.0)
|
||||
minitest (5.14.3)
|
||||
mqtt (0.5.0)
|
||||
msgpack (1.3.3)
|
||||
multipart-post (2.1.1)
|
||||
@@ -249,8 +249,9 @@ GEM
|
||||
network_interface (0.0.2)
|
||||
nexpose (7.2.1)
|
||||
nio4r (2.5.4)
|
||||
nokogiri (1.10.10)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogiri (1.11.1)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
octokit (4.20.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
@@ -280,6 +281,7 @@ GEM
|
||||
public_suffix (4.0.6)
|
||||
puma (5.1.1)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2)
|
||||
rack (2.2.3)
|
||||
rack-protection (2.1.0)
|
||||
rack
|
||||
@@ -377,16 +379,16 @@ GEM
|
||||
rspec-rerun (1.1.0)
|
||||
rspec (~> 3.0)
|
||||
rspec-support (3.10.1)
|
||||
rubocop (1.7.0)
|
||||
rubocop (1.8.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.2.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.3.0)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.4.0)
|
||||
parser (>= 2.7.1.5)
|
||||
ruby-macho (2.5.0)
|
||||
ruby-prof (1.4.2)
|
||||
@@ -434,7 +436,7 @@ GEM
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.7)
|
||||
unicode-display_width (1.7.0)
|
||||
unicode-display_width (2.0.0)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
websocket-driver (0.7.3)
|
||||
|
||||
+11
-10
@@ -24,7 +24,7 @@ bindata, 2.4.8, ruby
|
||||
bit-struct, 0.16, ruby
|
||||
bson, 4.11.1, "Apache 2.0"
|
||||
builder, 3.2.4, MIT
|
||||
bundler, 2.2.3, MIT
|
||||
bundler, 2.1.4, MIT
|
||||
byebug, 11.1.3, "Simplified BSD"
|
||||
coderay, 1.1.3, MIT
|
||||
concurrent-ruby, 1.0.5, MIT
|
||||
@@ -50,7 +50,7 @@ fivemat, 1.3.7, MIT
|
||||
hashery, 2.1.2, "Simplified BSD"
|
||||
hrr_rb_ssh, 0.3.0.pre2, "Apache 2.0"
|
||||
http_parser.rb, 0.6.0, MIT
|
||||
i18n, 1.8.5, MIT
|
||||
i18n, 1.8.7, MIT
|
||||
io-console, 0.5.6, "Simplified BSD"
|
||||
irb, 1.3.0, "ruby, Simplified BSD"
|
||||
jmespath, 1.4.0, "Apache 2.0"
|
||||
@@ -61,14 +61,14 @@ memory_profiler, 1.0.0, MIT
|
||||
metasm, 1.0.4, LGPL-2.1
|
||||
metasploit-concern, 3.0.1, "New BSD"
|
||||
metasploit-credential, 4.0.3, "New BSD"
|
||||
metasploit-framework, 6.0.25, "New BSD"
|
||||
metasploit-framework, 6.0.26, "New BSD"
|
||||
metasploit-model, 3.1.3, "New BSD"
|
||||
metasploit-payloads, 2.0.24, "3-clause (or ""modified"") BSD"
|
||||
metasploit-payloads, 2.0.26, "3-clause (or ""modified"") BSD"
|
||||
metasploit_data_models, 4.1.1, "New BSD"
|
||||
metasploit_payloads-mettle, 1.0.2, "3-clause (or ""modified"") BSD"
|
||||
method_source, 1.0.0, MIT
|
||||
mini_portile2, 2.4.0, MIT
|
||||
minitest, 5.14.2, MIT
|
||||
mini_portile2, 2.5.0, MIT
|
||||
minitest, 5.14.3, MIT
|
||||
mqtt, 0.5.0, MIT
|
||||
msgpack, 1.3.3, "Apache 2.0"
|
||||
multipart-post, 2.1.1, MIT
|
||||
@@ -79,7 +79,7 @@ net-ssh, 6.1.0, MIT
|
||||
network_interface, 0.0.2, MIT
|
||||
nexpose, 7.2.1, "New BSD"
|
||||
nio4r, 2.5.4, MIT
|
||||
nokogiri, 1.10.10, MIT
|
||||
nokogiri, 1.11.1, MIT
|
||||
octokit, 4.20.0, MIT
|
||||
openssl-ccm, 1.2.2, MIT
|
||||
openssl-cmac, 2.0.1, MIT
|
||||
@@ -95,6 +95,7 @@ pry, 0.13.1, MIT
|
||||
pry-byebug, 3.9.0, MIT
|
||||
public_suffix, 4.0.6, MIT
|
||||
puma, 5.1.1, "New BSD"
|
||||
racc, 1.5.2, "ruby, Simplified BSD"
|
||||
rack, 2.2.3, MIT
|
||||
rack-protection, 2.1.0, MIT
|
||||
rack-test, 1.1.0, MIT
|
||||
@@ -135,8 +136,8 @@ rspec-mocks, 3.10.1, MIT
|
||||
rspec-rails, 4.0.2, MIT
|
||||
rspec-rerun, 1.1.0, MIT
|
||||
rspec-support, 3.10.1, MIT
|
||||
rubocop, 1.7.0, MIT
|
||||
rubocop-ast, 1.3.0, MIT
|
||||
rubocop, 1.8.0, MIT
|
||||
rubocop-ast, 1.4.0, MIT
|
||||
ruby-macho, 2.5.0, MIT
|
||||
ruby-prof, 1.4.2, "Simplified BSD"
|
||||
ruby-progressbar, 1.11.0, MIT
|
||||
@@ -163,7 +164,7 @@ tzinfo, 1.2.9, MIT
|
||||
tzinfo-data, 1.2020.6, MIT
|
||||
unf, 0.1.4, "2-clause BSDL"
|
||||
unf_ext, 0.0.7.7, MIT
|
||||
unicode-display_width, 1.7.0, MIT
|
||||
unicode-display_width, 2.0.0, MIT
|
||||
warden, 1.2.9, MIT
|
||||
websocket-driver, 0.7.3, "Apache 2.0"
|
||||
websocket-extensions, 0.1.5, "Apache 2.0"
|
||||
|
||||
@@ -30,7 +30,7 @@ module Metasploit
|
||||
end
|
||||
end
|
||||
|
||||
VERSION = "6.0.25"
|
||||
VERSION = "6.0.26"
|
||||
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
|
||||
PRERELEASE = 'dev'
|
||||
HASH = get_hash
|
||||
|
||||
Reference in New Issue
Block a user