Fixes lack of support for MetasploitV5 tag
#4184 * Appears to have been overlooked somehow in the pre-BlackHat crunch * V5 will not support credentials * We are implementing full-workspace zip import/export for credentialsbug/bundler_fix
parent
f081ede2aa
commit
0959ef3d13
|
@ -302,6 +302,9 @@ module Msf::DBManager::Import
|
|||
when /MetasploitV4/
|
||||
@import_filedata[:type] = "Metasploit XML"
|
||||
return :msf_xml
|
||||
when /MetasploitV5/
|
||||
@import_filedata[:type] = "Metasploit XML"
|
||||
return :msf_xml
|
||||
when /netsparker/
|
||||
@import_filedata[:type] = "NetSparker XML"
|
||||
return :netsparker_xml
|
||||
|
|
Loading…
Reference in New Issue