mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:35:24 +00:00
* Increasing buffer size on AND condition * adding integration tests * fixing tests data path
19 lines
259 B
YAML
19 lines
259 B
YAML
id: file-matcher-with-or
|
|
|
|
info:
|
|
name: File Matcher With OR
|
|
author: pdteam
|
|
severity: info
|
|
tags: file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "AA"
|
|
- type: word
|
|
words:
|
|
- "BB" |