Skip to content

ePMP 2000 Login Panel - Detect

ID: epmp-login

Severity: info

Author: dhiyaneshDk

Tags: panel,edb,iot

ePMP 2000 login panel was detected.

id: epmp-login
info:
name: ePMP 2000 Login Panel - Detect
author: dhiyaneshDk
severity: info
description: ePMP 2000 login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6826
classification:
cvss-metrics: CVSS:3.0/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
tags: panel,edb,iot
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ePMP</title>'
part: body
- type: status
status:
- 200
# digest: 490a004630440220634611e8942f930e364b4ae2233d602dbe652f839ddfa99010701b01a5a3ba7e02200ffde26ae52c9d1494d6be3a5ff9ef06bfc7311279dd67309dd6b201ced34ca3: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/epmp-login.yaml"

View on Github