Switch to raw-xml, not the invalid ns-raw

git-svn-id: file:///home/svn/framework3/trunk@12665 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2011-05-19 18:21:25 +00:00
parent 25d7c5a6df
commit 5cda8acbaf
1 changed files with 2 additions and 3 deletions

View File

@ -239,7 +239,7 @@ class Plugin::Nexpose < Msf::Plugin
msfid = Time.now.to_i
report_formats = ["ns-raw", "ns-xml"]
report_formats = ["raw-xml", "ns-xml"]
report_format = report_formats.shift
report = Nexpose::ReportConfig.new(@nsc)
@ -451,8 +451,7 @@ class Plugin::Nexpose < Msf::Plugin
print_status(" >> Created temporary site ##{site.site_id}") if opt_verbose
report_formats = ["ns-raw", "ns-xml"]
report_formats = ["raw-xml", "ns-xml"]
report_format = report_formats.shift
report = Nexpose::ReportConfig.new(@nsc)