gitex2026/AttackSurface/dist/testcases/community/community-rce-rawrequests.yml
2026-04-24 19:18:37 +00:00

16 lines
381 B
YAML

payload:
- "cmd=cat /etc/passwd"
- "cmd=127.0.0.1 && ls /etc"
- "cmd=${@print(md5(31337))}"
encoder:
- Plain
placeholder:
- RawRequest:
method: "POST"
path: "/clam.php"
headers:
User-Agent: "Mozilla/5.0"
Content-Type: "application/x-www-form-urlencoded"
Content-Encoding: "gzip"
body: "{{payload}}"
type: "RawRequest test"