fix: adding issue reference
This commit is contained in:
@@ -184,7 +184,7 @@ class Meterpreter < Rex::Post::Meterpreter::Client
|
||||
|
||||
# BEGIN: This should be removed on MSF 7
|
||||
# Unhook the process prior to loading stdapi to reduce logging/inspection by any AV/PSP (by default unhook is first, see meterpreter_options/windows.rb)
|
||||
# The unhook extension is broken. reference: TODO
|
||||
# The unhook extension is broken. reference: https://github.com/rapid7/metasploit-framework/pull/20514
|
||||
|
||||
#extensions.push('unhook') if datastore['AutoUnhookProcess'] && session.platform == 'windows'
|
||||
extensions.push('stdapi') if datastore['AutoLoadStdapi']
|
||||
|
||||
Reference in New Issue
Block a user