Add tpl file
parent
61935761d4
commit
1581475e0b
|
@ -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.-]+)'
|
Loading…
Reference in New Issue