mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +00:00
* Increasing buffer size on AND condition * adding integration tests * fixing tests data path
16 lines
221 B
YAML
16 lines
221 B
YAML
id: file-extract
|
|
|
|
info:
|
|
name: File with Extractor
|
|
author: pdteam
|
|
severity: info
|
|
tags: file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "(?m)11\\s(EE|FF)\\s11" |