Cleanup loot saving output

bug/bundler_fix
Jon Hart 2016-01-28 14:16:47 -08:00
parent 6646785902
commit 1749932bb4
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Metasploit3 < Msf::Auxiliary
filename = nil, info = nil, service = nil)
return unless datastore['STORE_LOOT']
path = store_loot(ltype, ctype, host, data, filename, info, service)
print_good('saved file to: ' + path)
vprint_status("Saved #{ltype} loot to #{path}")
end
def get_ptr(ip)