We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc90a6 + 861ac79 commit f70ba7eCopy full SHA for f70ba7e
lib/msf/core/db.rb
@@ -2893,7 +2893,7 @@ def import_filetype_detect(data)
2893
elsif (firstline.index("<get_reports_response status=\"200\" status_text=\"OK\">"))
2894
@import_filedata[:type] = "OpenVAS XML"
2895
return :openvas_new_xml
2896
- elsif (firstline.index("<report id=\""))
+ elsif (firstline.index("<report id=\"") or firstline.index("<report id=\'"))
2897
2898
2899
elsif (firstline.index("<NessusClientData>"))
0 commit comments