nuclei-templates/technologies/teradici-pcoip.yaml

31 lines
545 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:
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