github.com/projectdiscovery/nuclei/v2@v2.9.15/pkg/templates/tests/no-author.yaml (about)

     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"