Ethical Hacking Automation

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

SolarView Compact Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#solarview#iot
Description

What is the "SolarView Compact Panel - Detect?"

The "SolarView Compact Panel - Detect" module is designed to detect the presence of the SolarView Compact panel. This module is used to identify any misconfigurations or vulnerabilities associated with the SolarView Compact panel. The severity of the detected issues is classified as informative. The original author of this module is princechaddha.

Impact

As an informative module, the "SolarView Compact Panel - Detect" does not directly impact the security of the system. Instead, it provides information about the presence of the SolarView Compact panel, allowing further analysis and potential remediation of any identified issues.

How does the module work?

The "SolarView Compact Panel - Detect" module works by sending an HTTP GET request to the "/Solar_Menu.php" path. It then applies two matching conditions to determine if the SolarView Compact panel is present:

- The response body must contain the word "SolarViewCompact". - The HTTP status code must be 200 (OK).

If both conditions are met, the module reports the detection of the SolarView Compact panel.

Example HTTP request:

GET /Solar_Menu.php

The module verifies that the response body contains the word "SolarViewCompact" and the HTTP status code is 200.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/Solar_Menu.php
Matching conditions
word: SolarViewCompactand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability