print o/p to new line

GSoC/Meterpreter_Web_Console
Auxilus 2018-04-27 20:58:25 +05:30
parent 912970ad3b
commit d29bc920c1
1 changed files with 2 additions and 2 deletions

View File

@ -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'],