nuclei-templates/technologies/teradici-pcoip.yaml

33 lines
628 B
YAML

id: teradici-pcoip
info:
name: Teradici PCoIP Detection
author: pdteam
severity: info
description: Teradici PColP was detected.
reference:
- https://www.teradici.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: tech,pcoip
requests:
- method: GET
path:
- "{{BaseURL}}/info/"
matchers:
- type: word
words:
- "PCoIP Connection Manager"
extractors:
- type: regex
group: 1
regex:
- 'PCoIP Connection Manager\/([0-9.]+)\.'
# Enhanced by mp on 2022/03/24