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 credentials
bug/bundler_fix
Trevor Rosen 2014-11-13 13:01:55 -06:00
parent f081ede2aa
commit 0959ef3d13
No known key found for this signature in database
GPG Key ID: 255ADB7A642D3928
1 changed files with 3 additions and 0 deletions

View File

@ -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