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

18 lines
476 B
YAML

payload:
- /static/img/../../etc/passwd
- \\::1\c$\users\default\ntuser.dat
encoder:
- Plain
placeholder:
- RawRequest:
method: POST
path: /
headers:
Content-Type: "multipart/form-data; boundary=bee3b1c4dbd3303d1f1b9a03ffd31afeaa"
body: |
--bee3b1c4dbd3303d1f1b9a03ffd31afeaa
Content-disposition: form-data; name="{{payload}}"
Test
--bee3b1c4dbd3303d1f1b9a03ffd31afeaa--
type: "community-lfi-multipart"