Teradici PCoIP Detection
ID: teradici-pcoip
Severity: info
Author: pdteam
Tags: tech,pcoip
Description
Section titled “Description”Teradici PColP was detected.
YAML Source
Section titled “YAML Source”id: teradici-pcoip
info: name: Teradici PCoIP Detection author: pdteam severity: info description: Teradici PColP was detected. reference: - https://www.teradici.com/ classification: cwe-id: CWE-200 metadata: max-request: 1 tags: tech,pcoip
http: - method: GET path: - "{{BaseURL}}/info/"
matchers: - type: word words: - "PCoIP Connection Manager"
extractors: - type: regex group: 1 regex: - 'PCoIP Connection Manager\/([0-9.]+)\.'# digest: 4a0a0047304502203b860b4a64995c2b4ed2e6ec566bd40510f00237949e37929209090111540dc702210080dcf26721d27602eb6bd43ef77713d095aa6d66070dff75d9804210bd52e5a3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/teradici-pcoip.yaml"