Merge branch 'MS-2879_db_export' of github.com:clee-r7/metasploit-framework into MS-2879_db_export

GSoC/Meterpreter_Web_Console
James Barnett 2018-03-14 16:47:07 -05:00
commit 730eea800c
1 changed files with 1 additions and 1 deletions

View File

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