mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
f893b6c0cb
Signed-off-by: Dwi Siswanto <git@dw1.io>
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" |