Skip to content

Commit

Permalink
Land #12275, Update payloads to 1.3.77
Browse files Browse the repository at this point in the history
Merge branch 'land-12275' into upstream-master
  • Loading branch information
bwatters-r7 committed Sep 10, 2019
2 parents 73eab2c + 49c7fe8 commit ee660d6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -24,7 +24,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.3.70)
metasploit-payloads (= 1.3.77)
metasploit_data_models (= 3.0.10)
metasploit_payloads-mettle (= 0.5.16)
mqtt
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.3.70)
metasploit-payloads (1.3.77)
metasploit_data_models (3.0.10)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Expand Up @@ -70,7 +70,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.3.70'
spec.add_runtime_dependency 'metasploit-payloads', '1.3.77'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.5.16'
# Needed by msfgui and other rpc components
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/php/meterpreter_reverse_tcp.rb
Expand Up @@ -11,7 +11,7 @@

module MetasploitModule

CachedSize = 30658
CachedSize = 30691

include Msf::Payload::Single
include Msf::Payload::Php::ReverseTcp
Expand Down
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 179779
CachedSize = 180291

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/windows/meterpreter_bind_tcp.rb
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 179779
CachedSize = 180291

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 180825
CachedSize = 181337

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 180825
CachedSize = 181337

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 179779
CachedSize = 180291

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Expand Up @@ -12,7 +12,7 @@

module MetasploitModule

CachedSize = 179779
CachedSize = 180291

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down

0 comments on commit ee660d6

Please sign in to comment.