Skip to content

Commit

Permalink
Land rapid7#8538 bump payloads for LURI and proxy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ committed May 8, 2017
2 parents 96e3d61 + cf487cc commit 2207891
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -44,7 +44,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.2.27)
metasploit-payloads (= 1.2.28)
metasploit_data_models
metasploit_payloads-mettle (= 0.1.9)
msgpack
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.2.27)
metasploit-payloads (1.2.28)
metasploit_data_models (2.0.14)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model'
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '1.2.27'
spec.add_runtime_dependency 'metasploit-payloads', '1.2.28'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.9'
# Needed by msfgui and other rpc components
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/cmd/unix/reverse_ncat_ssl.rb
Expand Up @@ -9,7 +9,7 @@

module MetasploitModule

CachedSize = :dynamic
CachedSize = 42

include Msf::Payload::Single
include Msf::Sessions::CommandShellOptions
Expand Down

0 comments on commit 2207891

Please sign in to comment.