mirror of https://github.com/daffainfo/nuclei.git
16 lines
264 B
YAML
16 lines
264 B
YAML
|
id: basic-request-path
|
||
|
|
||
|
info:
|
||
|
name: Basic Request Path
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
websocket:
|
||
|
- address: '{{Scheme}}://{{Hostname}}'
|
||
|
inputs:
|
||
|
- data: hello
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- world
|
||
|
part: response
|