Merge pull request #9518 from righettod/mitel_add
Add detection of Mitel MiCollab login panel instances.patch-1
commit
7acb01bd59
|
@ -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
|
Loading…
Reference in New Issue