Land #9253, debug print for CmdStager

MS-2855/keylogger-mettle-extension
William Vu 2017-11-28 16:46:54 -06:00
commit f55ff36d1e
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
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