use vprintf...

bug/bundler_fix
scriptjunkie 2014-10-26 09:20:32 -05:00
parent c31fb0633d
commit 4dfbce425a
1 changed files with 2 additions and 4 deletions

View File

@ -120,10 +120,8 @@ class Metasploit3 < Msf::Auxiliary
# Report output
print_good("#{peer} - Command completed successfuly!")
if datastore['VERBOSE']
print_status("Output for \"#{datastore['COMMAND']}\":")
print_line("#{output}")
end
vprint_status("Output for \"#{datastore['COMMAND']}\":")
vprint_line("#{output}")
report_note(
:rhost => datastore['RHOSTS'],