Merge branch 'master' of github.com:rapid7/metasploit-framework
commit
4e5e0f2c40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue