Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/templates/tests/no-author.yaml
2070 views
1
id: basic-get
2
3
info:
4
name: Basic GET Request
5
severity: info
6
7
requests:
8
- method: GET
9
path:
10
- "{{BaseURL}}"
11
matchers:
12
- type: word
13
words:
14
- "This is test matcher text"
15
16