Skip to content
Open
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 @@ -46,7 +46,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.244)
metasploit-payloads (= 2.0.245)
metasploit_data_models (>= 6.0.15)
metasploit_payloads-mettle (= 1.0.46)
mqtt
Expand Down Expand Up @@ -352,7 +352,7 @@ GEM
drb
mutex_m
railties (~> 7.0)
metasploit-payloads (2.0.244)
metasploit-payloads (2.0.245)
metasploit_data_models (6.0.15)
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 @@ -99,7 +99,7 @@ metasploit-concern, 5.0.5, "New BSD"
metasploit-credential, 6.0.20, "New BSD"
metasploit-framework, 6.4.126, "New BSD"
metasploit-model, 5.0.4, "New BSD"
metasploit-payloads, 2.0.244, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.245, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.15, "New BSD"
metasploit_payloads-mettle, 1.0.46, "3-clause (or ""modified"") BSD"
method_source, 1.1.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 @@ -74,7 +74,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.244'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.245'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.46'
# Needed by msfgui and other rpc components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
##

module MetasploitModule
CachedSize = 196678
CachedSize = 199238

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 @@ -4,7 +4,7 @@
##

module MetasploitModule
CachedSize = 196678
CachedSize = 199238

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

module MetasploitModule
CachedSize = 197724
CachedSize = 200284

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

module MetasploitModule
CachedSize = 197724
CachedSize = 200284

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

module MetasploitModule
CachedSize = 196678
CachedSize = 199238

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

module MetasploitModule
CachedSize = 196678
CachedSize = 199238

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

module MetasploitModule
CachedSize = 244806
CachedSize = 248902

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

module MetasploitModule
CachedSize = 244806
CachedSize = 248902

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

module MetasploitModule
CachedSize = 245852
CachedSize = 249948

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

module MetasploitModule
CachedSize = 245852
CachedSize = 249948

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

module MetasploitModule
CachedSize = 244806
CachedSize = 248902

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

module MetasploitModule
CachedSize = 244806
CachedSize = 248902

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