mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:55:28 +00:00
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 |