Skip to content

Commit

Permalink
mongodb ops manager diagnostic archive info disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Mar 21, 2024
1 parent f617ea6 commit f9de96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_diagnostic_archive(project)
return unless res.code == 200

loot_location = store_loot('mongodb.ops_manager.project_diagnostics', 'application/gzip', rhost, res.body, "project_diagnostics.#{project}.tar.gz", "Project diagnostics for MongoDB Project #{project}")
print_good("Stored Project Diagnostics files to #{l}")
print_good("Stored Project Diagnostics files to #{loot_location}")
vprint_status(' Opening project_diagnostics.tar.gz')
gz_reader = Zlib::GzipReader.new(StringIO.new(res.body))
tar_reader = Rex::Tar::Reader.new(gz_reader)
Expand Down

0 comments on commit f9de96c

Please sign in to comment.