nuclei-templates/http/technologies/teradici-pcoip.yaml

33 lines
572 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
metadata:
max-request: 1
http:
- 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