Land #9864, command stager debugging fix

This commit is contained in:
William Vu 2018-04-11 13:51:44 -05:00
commit 8b6f267987
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
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