Path: blob/dev/pkg/tmplexec/flow/testcases/flow-multi-payload-iteration.yaml
4538 views
id: flow-multi-payload-iteration12info:3name: Flow with multiple payload iterations4author: test5severity: info67flow: http()89http:10- raw:11- |12GET /step1 HTTP/1.113Host: {{Hostname}}1415- |16POST /login HTTP/1.117Host: {{Hostname}}18Content-Type: application/x-www-form-urlencoded1920username={{user}}&password={{pass}}2122- |23GET /data?user={{user}} HTTP/1.124Host: {{Hostname}}2526attack: pitchfork27payloads:28user:29- admin30- guest31pass:32- secret133- secret23435stop-at-first-match: true3637matchers-condition: and38matchers:39- type: word40part: body_141words:42- "step1-ok"4344- type: word45part: body_246words:47- "login-ok"4849- type: word50part: body_351words:52- "data-ok"535455