diff --git a/lib/msf/core/exploit/cmdstager.rb b/lib/msf/core/exploit/cmdstager.rb index 59e77b92f2..8f58a2fac2 100644 --- a/lib/msf/core/exploit/cmdstager.rb +++ b/lib/msf/core/exploit/cmdstager.rb @@ -137,7 +137,7 @@ module Exploit::CmdStager raise ArgumentError, 'The command stager could not be generated' end - vprint_status("Generated command stager: #{cmd_list.join}") + vprint_status("Generated command stager: #{cmd_list.inspect}") cmd_list end