Skip to content

Commit 1927e8b

Browse files
committed
Land rapid7#9187, avoid endless loop in packet recv in windows meterpreter
2 parents 1f5dcfb + 6f9671f commit 1927e8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PATH
1717
metasploit-concern
1818
metasploit-credential
1919
metasploit-model
20-
metasploit-payloads (= 1.3.13)
20+
metasploit-payloads (= 1.3.14)
2121
metasploit_data_models
2222
metasploit_payloads-mettle (= 0.2.5)
2323
msgpack
@@ -178,7 +178,7 @@ GEM
178178
activemodel (~> 4.2.6)
179179
activesupport (~> 4.2.6)
180180
railties (~> 4.2.6)
181-
metasploit-payloads (1.3.13)
181+
metasploit-payloads (1.3.14)
182182
metasploit_data_models (2.0.15)
183183
activerecord (~> 4.2.6)
184184
activesupport (~> 4.2.6)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
7070
# are needed when there's no database
7171
spec.add_runtime_dependency 'metasploit-model'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.3.13'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.3.14'
7474
# Needed for the next-generation POSIX Meterpreter
7575
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.2.5'
7676
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)