Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/matcher-status-and.yaml
4538 views
1
id: matcher-status-and
2
3
info:
4
name: Test Matcher Status AND Condition
5
author: pdteam
6
severity: info
7
8
http:
9
- method: GET
10
path:
11
- "{{BaseURL}}/"
12
13
stop-at-first-match: true
14
matchers-condition: and
15
matchers:
16
- type: word
17
part: body
18
words:
19
- "this_will_never_match_anything"
20
21
- type: status
22
status:
23
- 200
24
25