Ethical Hacking Automation

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

Versa Director Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#versa#director
Description

What is the "Versa Director Login Panel - Detect?" module?

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

Impact

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.

How does the module work?

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)

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/versa/login
Matching conditions
word: VERSA DIRECTOR, Loginand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability