Add a message about DisablePayloadHandler
Based on 26bf96b3ce/lib/msf/core/exploit/exe.rb (L43)
GSoC/Meterpreter_Web_Console
parent
a0cbb898a3
commit
973d00aca0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue