mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 18:05:26 +00:00
17 lines
263 B
YAML
17 lines
263 B
YAML
id: basic-get-third
|
|
|
|
info:
|
|
name: Basic 3rd GET Request
|
|
author: tovask
|
|
severity: info
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
matchers:
|
|
- type: word
|
|
name: test-matcher-3
|
|
words:
|
|
- "This is test matcher text"
|