Path: blob/dev/integration_tests/protocols/http/post-multipart-body.yaml
2070 views
id: basic-post-multipart-body12info:3name: Basic POST Multipart Request4author: pdteam5severity: info67http:8- method: POST9path:10- "{{BaseURL}}"11headers:12Content-Type: multipart/form-data; boundary=d64a5c6be2120f494d87b096fff6efe6d3248474d4de2debb1d387b3d8e813Content-Length: 114body: |15--d64a5c6be2120f494d87b096fff6efe6d3248474d4de2debb1d387b3d8e816Content-Disposition: form-data; name="username"; filename="username"17Content-Type: application/octet-stream1819test20--d64a5c6be2120f494d87b096fff6efe6d3248474d4de2debb1d387b3d8e821Content-Disposition: form-data; name="password"2223nuclei24--d64a5c6be2120f494d87b096fff6efe6d3248474d4de2debb1d387b3d8e8--25matchers:26- type: word27words:28- "This is test post-multipart matcher text"2930