Skip to content

Mitel MiCollab Login Panel - Detect

ID: mitel-micollab-panel

Severity: info

Author: righettod

Tags: panel,mitel,login,detect

Mitel MiCollab login panel was detected.

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
classification:
cpe: cpe:2.3:a:mitel:micollab:*:*:*:*:-:*:*:*
metadata:
verified: true
max-request: 1
vendor: mitel
product: micollab
shodan-query: http.html:"MiCollab End User Portal"
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
# digest: 490a00463044022062634f1d54c535a9f90a194bb427664496bbf6a2484168e043534c682f56bc7702207a2fe2be12aa24b680a84a18489bbf30301ed7bb9d9d7cb47b0ac7cd394af2ac: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/mitel-micollab-panel.yaml"

View on Github