Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metasploit-payloads gem to 2.0.165 #18737

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.164)
metasploit-payloads (= 2.0.165)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.26)
mqtt
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.164)
metasploit-payloads (2.0.165)
metasploit_data_models (6.0.3)
activerecord (~> 7.0)
activesupport (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ metasploit-concern, 5.0.2, "New BSD"
metasploit-credential, 6.0.6, "New BSD"
metasploit-framework, 6.3.53, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.161, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.165, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
metasploit_payloads-mettle, 1.0.26, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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', '2.0.164'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.165'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.26'
# Needed by msfgui and other rpc components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 175686
CachedSize = 176198

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/windows/meterpreter_bind_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 175686
CachedSize = 176198

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 176732
CachedSize = 177244

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 176732
CachedSize = 177244

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 175686
CachedSize = 176198

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 175686
CachedSize = 176198

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 200774
CachedSize = 201798

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 200774
CachedSize = 201798

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 201820
CachedSize = 202844

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 201820
CachedSize = 202844

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 200774
CachedSize = 201798

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module MetasploitModule

CachedSize = 200774
CachedSize = 201798

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