Properly handle threads and window destruction, add PID logging

This pulls in https://github.com/rapid7/metasploit-payloads/pull/213
which fixes https://github.com/rapid7/metasploit-framework/issues/8608
and adds PID logging to verbose keyboard capture.
bug/bundler_fix
Brent Cook 2017-07-23 22:27:42 -07:00
parent 776523b9cc
commit 3bc0c18e6a
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.2.41)
metasploit-payloads (= 1.2.42)
metasploit_data_models
metasploit_payloads-mettle (= 0.1.14)
msgpack
@ -178,7 +178,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.2.41)
metasploit-payloads (1.2.42)
metasploit_data_models (2.0.15)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)

View File

@ -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.2.41'
spec.add_runtime_dependency 'metasploit-payloads', '1.2.42'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.14'
# Needed by msfgui and other rpc components