Correctly set proto and sname in joomla_pages

GSoC/Meterpreter_Web_Console
William Vu 2018-07-31 11:37:10 -05:00
parent 2bca1ade05
commit 090624fe17
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ class MetasploitModule < Msf::Auxiliary
report_note(
:host => ip,
:port => rport,
:proto => 'http',
:proto => 'tcp',
:sname => 'http',
:ntype => 'joomla_page',
:data => msg,
:update => :unique_data