Print the generated command stager for debugging
parent
65412cd2f1
commit
7b3bf85d03
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue