Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/library/test.yaml
2070 views
1
id: go-integration-test
2
3
info:
4
name: Basic Go Integration Test
5
author: pdteam
6
severity: info
7
8
http:
9
- method: GET
10
path:
11
- "{{BaseURL}}"
12
headers:
13
test: nuclei
14
matchers:
15
- type: word
16
words:
17
- "This is test headers matcher text"
18