mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:15:27 +00:00
18 lines
266 B
YAML
18 lines
266 B
YAML
id: file-matcher-with-nested-and
|
|
|
|
info:
|
|
name: File Matcher With nested AND
|
|
author: pdteam
|
|
severity: info
|
|
tags: file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "CCC"
|
|
- "DDD"
|
|
condition: and |