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.
1 parent e057631 commit f775a0bCopy full SHA for f775a0b
lib/msf/core/db.rb
@@ -2975,7 +2975,7 @@ def import_filetype_detect(data)
2975
elsif (firstline.index("<get_reports_response status=\"200\" status_text=\"OK\">"))
2976
@import_filedata[:type] = "OpenVAS XML"
2977
return :openvas_new_xml
2978
- elsif (firstline.index("<report id=\""))
+ elsif (firstline.index("<report id=\"") or firstline.index("<report id=\'"))
2979
2980
2981
elsif (firstline.index("<NessusClientData>"))
0 commit comments