Better printing

bug/bundler_fix
Jon Hart 2015-11-10 13:20:45 -08:00
parent 97caf1d084
commit 9def67831c
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Metasploit3 < Msf::Auxiliary
begin begin
connect connect
sock.put(action.opts[datastore['PROTOCOL'] + '_CMD']) sock.put(action.opts[datastore['PROTOCOL'] + '_CMD'])
print_status("#{peer}:\n#{sock.get_once}") print_status("#{peer} #{datastore['PROTOCOL']} #{action.opts['Description']}:\n#{sock.get_once}")
ensure ensure
disconnect disconnect
end end