Bump version of framework to 6.0.55

This commit is contained in:
Metasploit
2021-07-22 12:04:19 -05:00
parent 7a39f4c4dd
commit e635a9655a
3 changed files with 19 additions and 19 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.54)
metasploit-framework (6.0.55)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
@@ -126,22 +126,22 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.478.0)
aws-partitions (1.479.0)
aws-sdk-core (3.117.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.248.0)
aws-sdk-ec2 (1.250.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.56.0)
aws-sdk-iam (1.57.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.44.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.96.1)
aws-sdk-s3 (1.96.2)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
@@ -334,7 +334,7 @@ GEM
rex-core
rex-struct2
rex-text
rex-core (0.1.16)
rex-core (0.1.17)
rex-encoder (0.1.5)
metasm
rex-arch
@@ -353,7 +353,7 @@ GEM
rex-arch
rex-ole (0.1.7)
rex-text
rex-powershell (0.1.91)
rex-powershell (0.1.92)
rex-random_identifier
rex-text
ruby-rc4
@@ -414,7 +414,7 @@ GEM
ruby-prof (1.4.2)
ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
ruby_smb (2.0.10)
bindata
openssl-ccm
+10 -10
View File
@@ -11,12 +11,12 @@ arel, 9.0.0, MIT
arel-helpers, 2.12.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.1.1, "Apache 2.0"
aws-partitions, 1.478.0, "Apache 2.0"
aws-partitions, 1.479.0, "Apache 2.0"
aws-sdk-core, 3.117.0, "Apache 2.0"
aws-sdk-ec2, 1.248.0, "Apache 2.0"
aws-sdk-iam, 1.56.0, "Apache 2.0"
aws-sdk-ec2, 1.250.0, "Apache 2.0"
aws-sdk-iam, 1.57.0, "Apache 2.0"
aws-sdk-kms, 1.44.0, "Apache 2.0"
aws-sdk-s3, 1.96.1, "Apache 2.0"
aws-sdk-s3, 1.96.2, "Apache 2.0"
aws-sigv4, 1.2.4, "Apache 2.0"
bcrypt, 3.1.16, MIT
bcrypt_pbkdf, 1.1.0, MIT
@@ -68,9 +68,9 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 3.0.2, "New BSD"
metasploit-credential, 4.0.5, "New BSD"
metasploit-framework, 6.0.54, "New BSD"
metasploit-framework, 6.0.55, "New BSD"
metasploit-model, 3.1.4, "New BSD"
metasploit-payloads, 2.0.47, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.48, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.4, "New BSD"
metasploit_payloads-mettle, 1.0.10, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT
@@ -118,15 +118,15 @@ regexp_parser, 2.1.1, MIT
reline, 0.2.5, ruby
rex-arch, 0.1.14, "New BSD"
rex-bin_tools, 0.1.7, "New BSD"
rex-core, 0.1.16, "New BSD"
rex-core, 0.1.17, "New BSD"
rex-encoder, 0.1.5, "New BSD"
rex-exploitation, 0.1.27, "New BSD"
rex-java, 0.1.6, "New BSD"
rex-mime, 0.1.6, "New BSD"
rex-nop, 0.1.2, "New BSD"
rex-ole, 0.1.7, "New BSD"
rex-powershell, 0.1.91, "New BSD"
rex-random_identifier, 0.1.5, "New BSD"
rex-powershell, 0.1.92, "New BSD"
rex-random_identifier, 0.1.7, "New BSD"
rex-registry, 0.1.4, "New BSD"
rex-rop_builder, 0.1.4, "New BSD"
rex-socket, 0.1.29, "New BSD"
@@ -149,7 +149,7 @@ ruby-macho, 2.5.1, MIT
ruby-prof, 1.4.2, "Simplified BSD"
ruby-progressbar, 1.11.0, MIT
ruby-rc4, 0.1.5, MIT
ruby2_keywords, 0.0.4, "ruby, Simplified BSD"
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
ruby_smb, 2.0.10, "New BSD"
rubyntlm, 0.6.3, MIT
rubyzip, 2.3.2, "Simplified BSD"
+1 -1
View File
@@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.0.54"
VERSION = "6.0.55"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash