Add a message about DisablePayloadHandler

Based on 26bf96b3ce/lib/msf/core/exploit/exe.rb (L43)
GSoC/Meterpreter_Web_Console
g0tmi1k 2018-03-20 13:04:41 +00:00
parent a0cbb898a3
commit 973d00aca0
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ module Common
if (p)
p_opt = Serializer::ReadableText.dump_options(p, ' ')
print("\nPayload options (#{mod.datastore['PAYLOAD']}):\n\n#{p_opt}\n") if (p_opt and p_opt.length > 0)
print(" **DisablePayloadHandler: True (RHOST and RPORT settings will be ignored!)**\n\n") if mod.datastore['DisablePayloadHandler']
end
end