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