Create teradici-pcoip-panel.yaml
parent
7bd2ff95b8
commit
3388ad4609
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Reference in New Issue