github.com/projectdiscovery/nuclei/v2@v2.9.15/pkg/templates/tests/json-template.json (about)

     1  {
     2    "id": "go-integration-test",
     3    "info": {
     4      "name": "Basic Go Integration Test",
     5      "author": "pdteam",
     6      "severity": "info"
     7    },
     8    "requests": [
     9      {
    10        "method": "GET",
    11        "path": [
    12          "{{BaseURL}}"
    13        ],
    14        "headers": {
    15          "test": "nuclei"
    16        },
    17        "matchers": [
    18          {
    19            "type": "word",
    20            "words": [
    21              "This is test headers matcher text"
    22            ]
    23          }
    24        ]
    25      }
    26    ]
    27  }