Remove the near-worthless loot report message

git-svn-id: file:///home/svn/framework3/trunk@11838 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-02-26 18:07:25 +00:00
parent 1f3000dc41
commit c204f38e84
1 changed files with 1 additions and 2 deletions

View File

@ -175,12 +175,11 @@ module Auxiliary::Report
path = File.join(Msf::Config.loot_directory, name)
full_path = ::File.expand_path(path)
print_good("Writing #{ltype} (#{ctype}) for #{host}: (#{filename} - #{info})")
File.open(full_path, "wb") do |fd|
fd.write(data)
end
if (db)
if (db)G
# If we have a database we need to store it with all the available
# metadata.
conf = {}