mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
35 lines
995 B
YAML
35 lines
995 B
YAML
id: mitel-version-detect
|
|
|
|
info:
|
|
name: Mitel MiCollab Unified Communications Server (UCS) - Detect
|
|
author: aushack
|
|
severity: info
|
|
description: |
|
|
Mitel MiCollab UCS version disclosure via the /ucs/micollab/version.json endpoint.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"MiCollab End User Portal"
|
|
tags: mitel,micollab,ucs,version,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ucs/micollab/version.json"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(body, "{\"version\":")'
|
|
- 'contains(content_type, "text/plain")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: json
|
|
part: body
|
|
name: version
|
|
group: 1
|
|
json:
|
|
- ".version"
|
|
# digest: 4a0a0047304502203fd32a9d6e53b9ff5ff6dd8144ffa39ff05a92fca7c26d03ed2ed440caf7cfa402210094d9e4f7bd81bc282fa52faf825f38b8a34fabd4e250a1af246eefd7d09c1e18:922c64590222798bb761d5b6d8e72950 |