26 lines
460 B
YAML
26 lines
460 B
YAML
|
id: teradici-pcoip-panel
|
||
|
|
||
|
info:
|
||
|
name: Teradici PCoIP Zero Client Panel
|
||
|
author: princechaddha
|
||
|
severity: info
|
||
|
tags: panel,teradici,pcoip
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login.html"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<h4>PCoIP® Zero Client</h4>"
|
||
|
- "terastyle.css"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|