Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/templates/tests/json-template.json
2070 views
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
}
28