Skip to content

Omnia MPX Node Login Panel - Detect

ID: omniampx-panel

Severity: info

Author: arafatansari

Tags: panel,omnia,omniampx

Omnia MPX Node login panel was detected.

id: omniampx-panel
info:
name: Omnia MPX Node Login Panel - Detect
author: arafatansari
severity: info
description: Omnia MPX Node 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
cpe: cpe:2.3:h:telosalliance:omnia_mpx_node:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Omnia MPX"
product: omnia_mpx_node
vendor: telosalliance
tags: panel,omnia,omniampx
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- "Omnia MPX Node | Login"
- type: status
status:
- 200
# digest: 4a0a00473045022052e77e317d2ddf53537aed5defaa8a1c5442dc819ef506226d6f1115f179cc87022100fc6a9ab0d517cbf2a8125e4121723d73f954b8709ce0cd65ef3a5a0fbaa2fbf5: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/omniampx-panel.yaml"

View on Github