change vprint to print for printing o/p in psexec_command
parent
0374de5e0d
commit
912970ad3b
|
@ -73,8 +73,8 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
|
|
||||||
unless output.nil?
|
unless output.nil?
|
||||||
print_good("Command completed successfuly!")
|
print_good("Command completed successfuly!")
|
||||||
vprint_status("Output for \"#{datastore['COMMAND']}\":")
|
print_status("Output for \"#{datastore['COMMAND']}\":")
|
||||||
vprint_line("#{output}")
|
print_line("#{output}")
|
||||||
report_note(
|
report_note(
|
||||||
:rhost => datastore['RHOSTS'],
|
:rhost => datastore['RHOSTS'],
|
||||||
:rport => datastore['RPORT'],
|
:rport => datastore['RPORT'],
|
||||||
|
|
Loading…
Reference in New Issue