diff --git a/modules/exploits/multi/http/ajaxplorer_checkinstall_exec.rb b/modules/exploits/multi/http/ajaxplorer_checkinstall_exec.rb index a0c0185f45..eadc667fa9 100644 --- a/modules/exploits/multi/http/ajaxplorer_checkinstall_exec.rb +++ b/modules/exploits/multi/http/ajaxplorer_checkinstall_exec.rb @@ -98,7 +98,7 @@ class Metasploit3 < Msf::Exploit::Remote print_error("#{peer} - This server may not be vulnerable") else print_status("#{peer} - Command output from the server:") - print_line(m[1]) + print_line(m) end end end