2023-10-24 04:31:17 +00:00
|
|
|
id: opentouch-multimediaservices-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OpenTouch Multimedia Services - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
OpenTouch Multimedia Services Login Panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.al-enterprise.com/-/media/assets/internet/documents/opentouch-multimedia-services-datasheet-en.pdf
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 2
|
|
|
|
tags: panel,opentouch,login,detect
|
|
|
|
|
|
|
|
http:
|
2023-10-24 06:58:38 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/authenticationform/login"
|
|
|
|
- "{{BaseURL}}/authenticationform/jsp/logonWeb.jsp"
|
2023-10-24 04:31:17 +00:00
|
|
|
|
|
|
|
cookie-reuse: true
|
2023-10-24 06:58:38 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-24 04:31:17 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'OpenTouch'
|
|
|
|
- 'Multimedia Services'
|
|
|
|
- 'Alcatel-Lucent'
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)Version\s+([0-9.-]+)'
|