Merge branch 'MS-2879_db_export' of github.com:clee-r7/metasploit-framework into MS-2879_db_export
commit
730eea800c
|
@ -8,6 +8,6 @@ module RemoteDbExportDataService
|
|||
def run_db_export(opts)
|
||||
response = json_to_hash(self.get_data(DB_EXPORT_API_PATH, nil, opts))
|
||||
|
||||
process_file(response[:db_export_file], "#{opts[:path]}.#{opts[:format]}")
|
||||
process_file(response[:db_export_file], "#{opts[:path]}")
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue