Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
Author: pdteam
The Versa SD-WAN Login Panel - Detect module is designed to detect the presence of a Versa SD-WAN login panel. Versa SD-WAN is a software-defined wide area network (SD-WAN) solution offered by Versa Networks. This module focuses on identifying potential misconfigurations, vulnerabilities, or software fingerprints related to the Versa SD-WAN login panel.
Severity: informative
This module aims to provide information about the presence of the Versa SD-WAN login panel. It does not perform any actions or modifications to the target system.
The module sends an HTTP GET request to the "/versa/login.html" path. It then matches the response content against the condition that includes the words "Versa Networks". If the response contains this phrase, the module considers the Versa SD-WAN login panel to be present.
Matching conditions:
- Part: all
Type: word
Words: ["Versa Networks"]
Negative: false
Condition: and
The module uses a single matching condition, which requires all the specified words to be present in the response content. In this case, it checks for the presence of the phrase "Versa Networks".