mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 16:45:28 +00:00
* Added include-templates force-loading for templates * Fixed loader case with include-templates * Added integration test for excluded-template in loader
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" |