Add files via upload

patch-1
Dominique RIGHETTO 2024-04-07 20:31:43 +02:00 committed by GitHub
parent 33207e6b48
commit 000903041a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: mitel-micollab-panel
info:
name: Mitel MiCollab Login Panel - Detect
author: righettod
severity: info
description: |
Mitel MiCollab login panel was detected.
reference:
- https://www.mitel.com/products/micollab-miteam-meetings-collaboration-software
metadata:
max-request: 1
shodan-query: http.html:"MiCollab End User Portal"
verified: true
tags: panel,mitel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/portal/"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "micollab", "mitel_logo", "com.mitel.mas.portal.domain")'
condition: and