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