Correctly set proto and sname in joomla_pages
parent
2bca1ade05
commit
090624fe17
|
@ -69,7 +69,8 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
report_note(
|
report_note(
|
||||||
:host => ip,
|
:host => ip,
|
||||||
:port => rport,
|
:port => rport,
|
||||||
:proto => 'http',
|
:proto => 'tcp',
|
||||||
|
:sname => 'http',
|
||||||
:ntype => 'joomla_page',
|
:ntype => 'joomla_page',
|
||||||
:data => msg,
|
:data => msg,
|
||||||
:update => :unique_data
|
:update => :unique_data
|
||||||
|
|
Loading…
Reference in New Issue