Skip to content

OpenTouch Multimedia Services - Detect

ID: opentouch-multimediaservices-panel

Severity: info

Author: righettod

Tags: panel,opentouch,login,detect

OpenTouch Multimedia Services Login Panel was detected.

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:
- method: GET
path:
- "{{BaseURL}}/authenticationform/login"
- "{{BaseURL}}/authenticationform/jsp/logonWeb.jsp"
stop-at-first-match: true
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.-]+)'
# digest: 4b0a004830460221009a1f31479d92834514b3466b3d9b36c8731f1bdbfd88d5acf7bfa40e8658f247022100c43dea46c637cfdb079d57c66aa6681ac69425c6e48e3b5fa0235c7b4be4311b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/opentouch-multimediaservices-panel.yaml"

View on Github