fix: adding issue reference

This commit is contained in:
Diego Ledda
2025-09-04 14:36:55 +02:00
committed by GitHub
parent 96c6a14e95
commit 55d8a3f33c
+1 -1
View File
@@ -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']