Skip to content

Commit 8584014

Browse files
committed
Land #16583, Bump payloads version to 2.0.93
2 parents 1bb93dd + 5f73401 commit 8584014

13 files changed

+17
-17
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PATH
2929
metasploit-concern
3030
metasploit-credential
3131
metasploit-model
32-
metasploit-payloads (= 2.0.87)
32+
metasploit-payloads (= 2.0.93)
3333
metasploit_data_models
3434
metasploit_payloads-mettle (= 1.0.18)
3535
mqtt
@@ -128,12 +128,12 @@ GEM
128128
activerecord (>= 3.1.0, < 8)
129129
ast (2.4.2)
130130
aws-eventstream (1.2.0)
131-
aws-partitions (1.588.0)
132-
aws-sdk-core (3.131.0)
131+
aws-partitions (1.590.0)
132+
aws-sdk-core (3.131.1)
133133
aws-eventstream (~> 1, >= 1.0.2)
134134
aws-partitions (~> 1, >= 1.525.0)
135135
aws-sigv4 (~> 1.1)
136-
jmespath (~> 1.0)
136+
jmespath (~> 1, >= 1.6.1)
137137
aws-sdk-ec2 (1.315.0)
138138
aws-sdk-core (~> 3, >= 3.127.0)
139139
aws-sigv4 (~> 1.1)
@@ -264,7 +264,7 @@ GEM
264264
activemodel (~> 6.0)
265265
activesupport (~> 6.0)
266266
railties (~> 6.0)
267-
metasploit-payloads (2.0.87)
267+
metasploit-payloads (2.0.93)
268268
metasploit_data_models (5.0.5)
269269
activerecord (~> 6.0)
270270
activesupport (~> 6.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
7070
# are needed when there's no database
7171
spec.add_runtime_dependency 'metasploit-model'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '2.0.87'
73+
spec.add_runtime_dependency 'metasploit-payloads', '2.0.93'
7474
# Needed for the next-generation POSIX Meterpreter
7575
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.18'
7676
# Needed by msfgui and other rpc components

modules/payloads/singles/php/meterpreter_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module MetasploitModule
99

10-
CachedSize = 34792
10+
CachedSize = 34854
1111

1212
include Msf::Payload::Single
1313
include Msf::Payload::Php::ReverseTcp

modules/payloads/singles/python/meterpreter_bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 117045
9+
CachedSize = 117057
1010

1111
include Msf::Payload::Single
1212
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 117037
9+
CachedSize = 117049
1010

1111
include Msf::Payload::Single
1212
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 117037
9+
CachedSize = 117049
1010

1111
include Msf::Payload::Single
1212
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 116945
9+
CachedSize = 116957
1010

1111
include Msf::Payload::Single
1212
include Msf::Payload::Python

modules/payloads/singles/windows/meterpreter_bind_named_pipe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 175174
9+
CachedSize = 175686
1010

1111
include Msf::Payload::TransportConfig
1212
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 175174
9+
CachedSize = 175686
1010

1111
include Msf::Payload::TransportConfig
1212
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module MetasploitModule
88

9-
CachedSize = 176220
9+
CachedSize = 176732
1010

1111
include Msf::Payload::TransportConfig
1212
include Msf::Payload::Windows

0 commit comments

Comments
 (0)