Ethical Hacking Automation

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

Cisco SD-WAN Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cisco
Description

What is the "Cisco SD-WAN Login Panel - Detect" module?

The "Cisco SD-WAN Login Panel - Detect" module is designed to detect the presence of the Cisco SD-WAN login panel. It targets the Cisco SD-WAN software and helps identify potential misconfigurations or vulnerabilities. The severity of this module is informative, meaning it provides valuable information but does not pose an immediate threat.

Impact

This module does not have a direct impact on the system being scanned. Instead, it provides information about the presence of the Cisco SD-WAN login panel, which can help identify potential security risks or configuration issues.

How the module works?

The "Cisco SD-WAN Login Panel - Detect" module works by sending an HTTP GET request to the "/login" path of the target system. It then applies matching conditions to determine if the login panel is present.

The matching conditions for this module are:

- Status: The response status code must be 200. - Body: The response body must contain the phrase "SD-Wan Center".

If both matching conditions are met, the module considers the Cisco SD-WAN login panel to be present.

It's important to note that this module only detects the presence of the login panel and does not perform any further actions or exploit any vulnerabilities.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
status: 200and
word: SD-Wan Center
Passive global matcher
No matching conditions.
On match action
Report vulnerability