Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Avigilon Login Panel - Detect" module is designed to detect the presence of the Avigilon login panel. Avigilon Control Center is a software platform used for video management and analytics. This module focuses on identifying the login panel, which is an essential component of the Avigilon Control Center Gateway.
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 robotshell.
This module does not have a direct impact on the system or network being scanned. It simply detects the presence of the Avigilon login panel, providing information about the software being used.
The "Avigilon Login Panel - Detect" module works by sending an HTTP GET request to the "/cfg/login" path. It then applies a series of matching conditions to determine if the Avigilon login panel is present.
The matching conditions include:
- Checking the response body for the presence of the login panel's title tag: "<title>Login - Avigilon Control Center Gateway</title>
" or "<title>Iniciar sesión - Puerta de enlace de Avigilon Control Center</title>
".
- Verifying that the response header contains the word "text/html".
- Ensuring that the response status code is 200 (OK).
If all of these conditions are met, the module reports a successful detection of the Avigilon login panel.
Example HTTP request:
GET /cfg/login
Note: The actual JSON definitions of the module are not shown here for simplicity.