Skip to content

Commit

Permalink
rawrequest test (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
SemenchenkoA authored Apr 2, 2024
1 parent 9881758 commit 561e801
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions testcases/community/community-rce-rawrequests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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: "No Kill No Beep Beep"
Content-Encoding: "gzip"
body: "{{payload}}"
type: "RawRequest test"
...

0 comments on commit 561e801

Please sign in to comment.