From 3388ad46096de3bedcbd38dc4bfdd1a7e2cbb71b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 12 Apr 2022 23:56:49 +0530 Subject: [PATCH] Create teradici-pcoip-panel.yaml --- exposed-panels/teradici-pcoip-panel.yaml | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 exposed-panels/teradici-pcoip-panel.yaml diff --git a/exposed-panels/teradici-pcoip-panel.yaml b/exposed-panels/teradici-pcoip-panel.yaml new file mode 100644 index 0000000000..521c0d4c5b --- /dev/null +++ b/exposed-panels/teradici-pcoip-panel.yaml @@ -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: + - "

PCoIP® Zero Client

" + - "terastyle.css" + condition: and + + - type: status + status: + - 200