Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/file/matcher-with-and.yaml
2070 views
1
id: file-matcher-with-and
2
3
info:
4
name: File Matcher With AND
5
author: pdteam
6
severity: info
7
tags: file
8
9
file:
10
- extensions:
11
- all
12
13
matchers-condition: and
14
matchers:
15
- type: word
16
words:
17
- "CCC"
18
- type: word
19
words:
20
- "DDD"
21