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