Skip to content

NPort Web Console Login Panel - Detect

ID: nport-web-console

Severity: info

Author: prajiteshsingh

Tags: panel,nport

NPort Web Console login panel was detected.

id: nport-web-console
info:
name: NPort Web Console Login Panel - Detect
author: prajiteshsingh
severity: info
description: NPort Web Console login panel was detected.
reference:
- https://www.moxa.com/en/
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:o:moxa:nport_6450-t_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"NPort Web Console"
product: nport_6450-t_firmware
vendor: moxa
tags: panel,nport
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "NPort Web Console"
- type: status
status:
- 200
# digest: 4a0a00473045022001bfa68221b2e843f55457da984fe6f7ee09bd8d50f844d0b851864eb29bd716022100f0024236d33514860715a0be9e58a136ef12011bc137e5d65f9cbeb3dad42ec9: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/nport-web-console.yaml"

View on Github