Skip to content

M-Bus Converter Web Interface - Detect

ID: m-bus-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,login,m-bus,detect

id: m-bus-panel
info:
name: M-Bus Converter Web Interface - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"JC-e converter webinterface"
tags: panel,login,m-bus,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>JC-e converter webinterface</title>'
- type: status
status:
- 200
# digest: 490a004630440220734db0d9f33862a0f1bf598c7d2fb63d30df1bdc0604a929bd8bf3d68f915e9e022010a8357c2e06480558fdc7b803fe1b316f3988aabff6e17bd196ce75749130cf: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/m-bus-panel.yaml"

View on Github