Merge branch 'master' of github.com:rapid7/metasploit-framework

GSoC/Meterpreter_Web_Console
James Barnett 2018-04-11 13:59:43 -05:00
commit 4e5e0f2c40
1 changed files with 1 additions and 1 deletions

View File

@ -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