Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Avaya Aura System Manager Login - Panel Detect" module is designed to detect the presence of the Avaya Aura System Manager login panel. Avaya Aura System Manager is a software application used for managing and configuring Avaya Aura communication systems. This module focuses on identifying the login panel of the Avaya Aura System Manager.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by princechaddha.
This module does not have a direct impact on the system. It simply detects the presence of the Avaya Aura System Manager login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/network-login/" path. It then applies matching conditions to determine if the Avaya Aura System Manager login panel is present.
The matching conditions for this module are as follows:
- The response body must contain the words "Avaya Aura" and "System Manager". - The HTTP response status code must be 200 (OK).If both matching conditions are met, the module reports the detection of the Avaya Aura System Manager login panel.
Example HTTP request:
GET /network-login/ HTTP/1.1
Host: [target_host]
Note: Replace "[target_host]" with the actual target host.