mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 00:05:27 +00:00
27 lines
468 B
YAML
27 lines
468 B
YAML
id: fuzz-multi-mode-test
|
|
|
|
info:
|
|
name: multi-mode fuzzing test
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- payloads:
|
|
inject:
|
|
- nuclei-v1
|
|
- nuclei-v2
|
|
- nuclei-v3
|
|
|
|
fuzzing:
|
|
- part: header
|
|
type: replace
|
|
mode: multiple
|
|
fuzz:
|
|
X-Client-Id: "{{inject}}"
|
|
X-Secret-Id: "{{inject}}"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "nuclei-v3" |