Skip to content

Teradici PCoIP Zero Client Login Panel - Detect

ID: teradici-pcoip-panel

Severity: info

Author: princechaddha

Tags: panel,teradici,pcoip

Teradici PCoIP Zero Client login panel was detected.

id: teradici-pcoip-panel
info:
name: Teradici PCoIP Zero Client Login Panel - Detect
author: princechaddha
severity: info
description: Teradici PCoIP Zero Client login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:teradici:pcoip_client:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: teradici
product: pcoip_client
tags: panel,teradici,pcoip
http:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<h4>PCoIP&#174 Zero Client</h4>"
- "terastyle.css"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100802c1027f3cf5ded2dbee69f145b6470263e21f9d6a80209547c8bee9d77aee3022100dcf49e5117bd13a68a0255077068802d8839a4f7dce0ce8eb41f0ab7dfe63686:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/teradici-pcoip-panel.yaml"

View on Github