nuclei/integration_tests/protocols/http/request-condition-new.yaml

19 lines
324 B
YAML
Raw Permalink Normal View History

id: request-condition-new
info:
name: request-condition-new
author: pd-team
severity: info
2024-04-03 17:25:12 +05:30
http:
- method: GET
id: first
path:
- "{{BaseURL}}/200"
- method: GET
path:
- "{{BaseURL}}/400"
matchers:
- type: dsl
dsl:
- "first_status_code==200 && status_code==400"