Ethical Hacking Automation

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

Avaya Aura System Manager Login - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#avaya
Description

What is the "Avaya Aura System Manager Login - Panel Detect?"

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.

Impact

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.

How the module works?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/network-login/
Matching conditions
word: Avaya Aura, System Managerand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability