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