Skip to content

Codian MCU Login Panel - Detect

ID: codian-mcu-login

Severity: info

Author: dhiyaneshDK

Tags: iot,edb

Codian MCU login panel was detected.

id: codian-mcu-login
info:
name: Codian MCU Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Codian MCU login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7404
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Codian MCU - Home page"
tags: iot,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Codian MCU - login:</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100a25325315f9f726bc716fced7b5b81a7a9279d42122613ee623d01a253c8eb9802200bf88e2077d15492aa2b8825ed80b5dbd950750ef338ce418d6ace1663f56350: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/iot/codian-mcu-login.yaml"

View on Github