mirror of https://github.com/daffainfo/nuclei.git
15 lines
227 B
YAML
15 lines
227 B
YAML
|
id: basic-get
|
||
|
|
||
|
info:
|
||
|
name: Basic GET Request
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "This is test matcher text"
|