github.com/projectdiscovery/nuclei/v2@v2.9.15/pkg/templates/tests/match-1.yaml (about) 1 id: basic-get 2 3 info: 4 name: Basic GET Request 5 author: pdteam 6 severity: info 7 8 requests: 9 - method: GET 10 path: 11 - "{{BaseURL}}" 12 matchers: 13 - type: word 14 words: 15 - "This is test matcher text"