nuclei/pkg/templates/tests/no-author.yaml

15 lines
211 B
YAML

id: basic-get
info:
name: Basic GET Request
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "This is test matcher text"