Skip to content

Virtual EMS Login Panel - Detect

ID: virtual-ema-detect

Severity: info

Author: iamthefrogy

Tags: panel,ems

Virtual EMS login panel was detected.

id: virtual-ema-detect
info:
name: Virtual EMS Login Panel - Detect
author: iamthefrogy
severity: info
description: Virtual 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: 2
tags: panel,ems
http:
- method: GET
path:
- "{{BaseURL}}/virtualems/Login.aspx"
- "{{BaseURL}}/VirtualEms/Login.aspx"
matchers:
- type: word
words:
- "Login"
- "Browse"
- "Welcome Guest"
condition: and
# digest: 4b0a00483046022100c60d32b15493b11f0ea3b6c98265d5fb5c15016416817b716c78bce3acf341f202210088d3a17d4f137fee1a14e5032f76bc00b9fcff3bcf40d4f0483aea7fc28dd058: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/virtual-ema-detect.yaml"

View on Github