Skip to content

Commit 2207891

Browse files
committed
Land rapid7#8538 bump payloads for LURI and proxy fixes
2 parents 96e3d61 + cf487cc commit 2207891

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PATH
4444
metasploit-concern
4545
metasploit-credential
4646
metasploit-model
47-
metasploit-payloads (= 1.2.27)
47+
metasploit-payloads (= 1.2.28)
4848
metasploit_data_models
4949
metasploit_payloads-mettle (= 0.1.9)
5050
msgpack
@@ -222,7 +222,7 @@ GEM
222222
activemodel (~> 4.2.6)
223223
activesupport (~> 4.2.6)
224224
railties (~> 4.2.6)
225-
metasploit-payloads (1.2.27)
225+
metasploit-payloads (1.2.28)
226226
metasploit_data_models (2.0.14)
227227
activerecord (~> 4.2.6)
228228
activesupport (~> 4.2.6)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
6565
# are needed when there's no database
6666
spec.add_runtime_dependency 'metasploit-model'
6767
# Needed for Meterpreter
68-
spec.add_runtime_dependency 'metasploit-payloads', '1.2.27'
68+
spec.add_runtime_dependency 'metasploit-payloads', '1.2.28'
6969
# Needed for the next-generation POSIX Meterpreter
7070
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.9'
7171
# Needed by msfgui and other rpc components

modules/payloads/singles/cmd/unix/reverse_ncat_ssl.rb

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

1010
module MetasploitModule
1111

12-
CachedSize = :dynamic
12+
CachedSize = 42
1313

1414
include Msf::Payload::Single
1515
include Msf::Sessions::CommandShellOptions

0 commit comments

Comments
 (0)