Ethical Hacking Automation

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

Versa SD-WAN Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#versa#sdwan
Description

Versa SD-WAN Login Panel - Detect

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

Impact

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.

How the module works?

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".

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/versa/login.html
Matching conditions
word: Versa Networks
Passive global matcher
No matching conditions.
On match action
Report vulnerability