mirror of https://github.com/daffainfo/nuclei.git
27 lines
449 B
JSON
27 lines
449 B
JSON
{
|
|
"id": "go-integration-test",
|
|
"info": {
|
|
"name": "Basic Go Integration Test",
|
|
"author": "pdteam",
|
|
"severity": "info"
|
|
},
|
|
"requests": [
|
|
{
|
|
"method": "GET",
|
|
"path": [
|
|
"{{BaseURL}}"
|
|
],
|
|
"headers": {
|
|
"test": "nuclei"
|
|
},
|
|
"matchers": [
|
|
{
|
|
"type": "word",
|
|
"words": [
|
|
"This is test headers matcher text"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |