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