Fix: save_root - Auxiliary failed: ArgumentError wrong number of arguments (5 for 7)

bug/bundler_fix
nixawk 2015-12-29 19:59:56 +08:00
parent 8830a0630d
commit 7d3978b146
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class Metasploit3 < Msf::Auxiliary
end
def save_loot(ltype, ctype, host, data,
filename, info, service)
filename = nil, info = nil, service = nil)
return if datastore['STOP_STORE_LOOT']
path = store_loot(ltype, ctype, host, data, filename, info, service)
print_good('saved file to: ' + path)