nuclei-templates/exposed-panels/polycom-admin-detect.yaml

36 lines
664 B
YAML

id: polycom-admin-detect
info:
name: Polycom Admin Panel - Detect
author: e_schultze_
severity: info
description: Polycom admin 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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/systemstatus.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "SYSTEMSTATUS"
part: body
- type: word
words:
- "Server: lighttpd"
part: header
# Enhanced by md on 2022/12/06