Skip to content

Commit

Permalink
Land rapid7#18057, Update metasploit-payloads gem to 2.0.135
Browse files Browse the repository at this point in the history
  • Loading branch information
gwillcox-r7 committed Jun 2, 2023
2 parents c9627a7 + 372f9cd commit 1a36b81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.130)
metasploit-payloads (= 2.0.135)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.20)
mqtt
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.130)
metasploit-payloads (2.0.135)
metasploit_data_models (6.0.2)
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 @@ -75,7 +75,7 @@ metasploit-concern, 5.0.1, "New BSD"
metasploit-credential, 6.0.5, "New BSD"
metasploit-framework, 6.3.20, "New BSD"
metasploit-model, 5.0.1, "New BSD"
metasploit-payloads, 2.0.130, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.135, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.2, "New BSD"
metasploit_payloads-mettle, 1.0.20, "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.130'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.135'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.20'
# Needed by msfgui and other rpc components
Expand Down

0 comments on commit 1a36b81

Please sign in to comment.