mirror of https://github.com/daffainfo/nuclei.git
15 lines
224 B
YAML
15 lines
224 B
YAML
|
id: basic-get-nomatch
|
||
|
|
||
|
info:
|
||
|
name: Basic GET Request NoMatch
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Random"
|