2020-09-03 23:06:23 +00:00
|
|
|
id: polycom-admin-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Polycom Admin Panel
|
|
|
|
author: e_schultze_
|
|
|
|
severity: low
|
2021-04-06 07:25:57 +00:00
|
|
|
tags: panel
|
2020-09-03 23:06:23 +00:00
|
|
|
|
|
|
|
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
|