mirror of https://github.com/daffainfo/nuclei.git
16 lines
254 B
YAML
16 lines
254 B
YAML
|
id: excluded-template
|
||
|
|
||
|
info:
|
||
|
name: Basic Excluded Template
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
tags: fuzz
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "This is test matcher text"
|