mirror of https://github.com/daffainfo/nuclei.git
16 lines
295 B
YAML
16 lines
295 B
YAML
|
id: basic-nocswsh-request
|
||
|
|
||
|
info:
|
||
|
name: Basic Non-Vulnerable cswsh Request
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
websocket:
|
||
|
- address: '{{Scheme}}://{{Hostname}}'
|
||
|
headers:
|
||
|
Origin: 'http://evil.com'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- true
|
||
|
part: success
|