Skip to content

Mobile Management Platform Panel - Detect

ID: mobile-management-panel

Severity: info

Author: ritikchaddha

Tags: panel,mobile,management

Mobile Management Platform panel was detected.

id: mobile-management-panel
info:
name: Mobile Management Platform Panel - Detect
author: ritikchaddha
severity: info
description: Mobile Management Platform panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:zohocorp:manageengine_mobile_device_manager_plus:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
fofa-query: title="移动管理平台-企业管理"
product: manageengine_mobile_device_manager_plus
vendor: zohocorp
tags: panel,mobile,management
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "移动管理平台-企业管理"
- "Mobile management platform"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version = "(.*)"'
# digest: 4a0a00473045022100b9bc0d78c4b87caaeea341c65c75dd5b87c06ec02a6c271b325eafbcc2411cc702200c4d038e0719d345dc35e0dbb604eb6a2fb18dbc2ccd9c1b706d7884642ecbd5: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/mobile-management-panel.yaml"

View on Github