Skip to content

EMS Login Panel - Detect

ID: ems-login-panel

Severity: info

Author: __Fazal

Tags: panel,ems,login

EMS login panel was detected.

id: ems-login-panel
info:
name: EMS Login Panel - Detect
author: __Fazal
severity: info
description: EMS 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
metadata:
max-request: 1
tags: panel,ems,login
http:
- method: GET
path:
- '{{BaseURL}}/EMSWebClient/Login.aspx'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "EMS Web Client - Login"
# digest: 490a00463044022027342553ccb56f9ac8c8e0cfa27b701c841c9c8f4c8af7b4a42173c803003ee70220763536d361e19ae21e2b2f87242e3ed5fe1a5413eb0afc2c536fd278d684659d: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/ems-login-panel.yaml"

View on Github