Cleanup loot saving output
parent
6646785902
commit
1749932bb4
|
@ -186,7 +186,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
filename = nil, info = nil, service = nil)
|
filename = nil, info = nil, service = nil)
|
||||||
return unless datastore['STORE_LOOT']
|
return unless datastore['STORE_LOOT']
|
||||||
path = store_loot(ltype, ctype, host, data, filename, info, service)
|
path = store_loot(ltype, ctype, host, data, filename, info, service)
|
||||||
print_good('saved file to: ' + path)
|
vprint_status("Saved #{ltype} loot to #{path}")
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_ptr(ip)
|
def get_ptr(ip)
|
||||||
|
|
Loading…
Reference in New Issue