Add tpl file

patch-1
Dominique RIGHETTO 2023-10-24 06:31:17 +02:00 committed by GitHub
parent 61935761d4
commit 1581475e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
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:
- raw:
- |
GET /authenticationform/login HTTP/1.1
Host: {{Hostname}}
- |
GET /authenticationform/jsp/logonWeb.jsp HTTP/1.1
Host: {{Hostname}}
cookie-reuse: 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.-]+)'