We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a54537 + 0959ef3 commit 714ce2fCopy full SHA for 714ce2f
1 file changed
lib/msf/core/db_manager/import.rb
@@ -302,6 +302,9 @@ def import_filetype_detect(data)
302
when /MetasploitV4/
303
@import_filedata[:type] = "Metasploit XML"
304
return :msf_xml
305
+ when /MetasploitV5/
306
+ @import_filedata[:type] = "Metasploit XML"
307
+ return :msf_xml
308
when /netsparker/
309
@import_filedata[:type] = "NetSparker XML"
310
return :netsparker_xml
0 commit comments