Print the generated command stager for debugging

This commit is contained in:
William Vu 2017-11-28 16:00:28 -06:00
parent 65412cd2f1
commit 7b3bf85d03
1 changed files with 2 additions and 0 deletions

View File

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