mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:45:27 +00:00
17 lines
285 B
YAML
17 lines
285 B
YAML
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" |