Clarify what is being imported currently

Since the parser is focused on creds.
GSoC/Meterpreter_Web_Console
William Vu 2018-08-22 15:50:38 -05:00
parent 1e4eb0eae0
commit 2891255549
3 changed files with 3 additions and 3 deletions

View File

@ -362,7 +362,7 @@ module Msf::DBManager::Import
@import_filedata[:type] = "Outpost24 XML"
return :outpost24_xml
when "Groups"
@import_filedata[:type] = "Group Policy Preferences"
@import_filedata[:type] = "Group Policy Preferences Credentials"
return :gpp_xml
else
# Give up if we haven't hit the root tag in the first few lines

View File

@ -1428,7 +1428,7 @@ class Db
print_line " CI"
print_line " Foundstone"
print_line " FusionVM XML"
print_line " Group Policy Preferences"
print_line " Group Policy Preferences Credentials"
print_line " IP Address List"
print_line " IP360 ASPL"
print_line " IP360 XML v3"

View File

@ -84,7 +84,7 @@ RSpec.describe Msf::Ui::Console::CommandDispatcher::Db do
" CI",
" Foundstone",
" FusionVM XML",
" Group Policy Preferences",
" Group Policy Preferences Credentials",
" IP Address List",
" IP360 ASPL",
" IP360 XML v3",