Skip to content

Commit

Permalink
Land #12074, missing split fix for #12072
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu authored and msjenkins-r7 committed Jul 10, 2019
1 parent b152e87 commit 26eefd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/struts2_rest_xstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def execute_command(cmd, opts = {})
payload.arch.first,
remove_comspec: true,
encode_final_payload: true
)
).split
else
%W{powershell.exe -c #{cmd}}
end
Expand Down

0 comments on commit 26eefd3

Please sign in to comment.