Skip to content

MobileIron Login Panel - Detect

ID: mobileiron-login

Severity: info

Author: dhiyaneshDK,dwisiswant0

Tags: panel,mobileiron

MobileIron login panel was detected.

id: mobileiron-login
info:
name: MobileIron Login Panel - Detect
author: dhiyaneshDK,dwisiswant0
severity: info
description: MobileIron login 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
metadata:
max-request: 3
tags: panel,mobileiron
http:
- method: GET
path:
- "{{BaseURL}}/mifs/login.jsp"
- "{{BaseURL}}/mifs/user/login.jsp"
- "{{BaseURL}}/mifs/c/d/android.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "MobileIron Admin Portal"
- "MobileIron User Portal"
- "MobileIron Registration"
- "Mobilizing enterprise applications"
- "whitelabel/mobileiron/img/favicon.ico"
- type: status
status:
- 200
# digest: 4a0a00473045022100dbcd6bc7c0dae9e34d8214e6a18548de47dc483963ec00f60d381ab96384d55b0220210f7c0a55702fc711edc53d16cede556b9ea01a7747f59083f8f9f13f48296e: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/mobileiron-login.yaml"

View on Github