Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Virtual EMS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ems
Description

What is the "Virtual EMS Login Panel - Detect?"

The "Virtual EMS Login Panel - Detect" module is designed to detect the presence of the Virtual EMS login panel. Virtual EMS is a software used for event management and scheduling. This module focuses on identifying any misconfigurations or vulnerabilities related to the login panel. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is iamthefrogy.

Impact

This module does not directly impact the system or software being scanned. Instead, it provides information about the presence and configuration of the Virtual EMS login panel. The results can be used to assess the security posture and potential risks associated with the login panel.

How does the module work?

The "Virtual EMS Login Panel - Detect" module works by sending HTTP requests to specific paths associated with the login panel ("/virtualems/Login.aspx" and "/VirtualEms/Login.aspx"). It then applies matching conditions to analyze the responses and determine if the login panel is present. The module uses the following matching condition:

{
  "part": "all",
  "type": "word",
  "words": [
    "Login",
    "Browse",
    "Welcome Guest"
  ],
  "negative": false,
  "condition": "and"
}

This condition checks if any of the specified words ("Login", "Browse", "Welcome Guest") are present in the response. If all the words are found, the module considers the login panel to be detected.

By running this module, you can gather information about the Virtual EMS login panel and its configuration. This can help identify any potential misconfigurations or vulnerabilities that may exist.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/virtualems/Login.as.../VirtualEms/Login.as...
Matching conditions
word: Login, Browse, Welcome Guest
Passive global matcher
No matching conditions.
On match action
Report vulnerability