Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Versa Director Login Panel - Detect" module is designed to detect the presence of the Versa Director login panel. Versa Director is a software component used for managing and controlling Versa Networks' products. This module focuses on identifying the login panel specifically.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: c-sh0
This module does not have a direct impact on the target system. It simply detects the presence of the Versa Director login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/versa/login" path. It then applies two matching conditions to determine if the Versa Director login panel is present:
- Matcher 1: It checks if the response body contains the words "VERSA DIRECTOR" and "Login". - Matcher 2: It verifies if the response status code is 200 (OK).If both matching conditions are met, the module reports a successful detection of the Versa Director login panel.
Example HTTP request:
GET /versa/login
Matching conditions:
- Response body contains "VERSA DIRECTOR" and "Login"
- Response status code is 200 (OK)