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

17 lines
275 B
YAML
Raw Normal View History

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