mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 12:43:29 +08:00
16 lines
223 B
YAML
16 lines
223 B
YAML
id: basic-http-test
|
|
|
|
info:
|
|
name: Test File
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/test.txt"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This is test!"
|