Ethical Hacking Automation

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

RaspberryMatic Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#raspberrymatic#iot
Description

What is the "RaspberryMatic Login Panel - Detect?"

The "RaspberryMatic Login Panel - Detect" module is designed to detect the presence of the RaspberryMatic login panel. RaspberryMatic is an IoT software that provides a web-based user interface for managing and controlling Raspberry Pi-based smart home systems. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by princechaddha.

Impact

This module does not have a direct impact as it is primarily used for detection purposes. It helps users identify the presence of the RaspberryMatic login panel, which can be useful for further analysis or security assessments.

How does the module work?

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

    - The module checks if the response body contains the HTML title tag "<title>RaspberryMatic WebUI</title>". This indicates that the login panel is likely present. - The module also verifies that the HTTP response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the RaspberryMatic login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.htm
Matching conditions
word: <title>RaspberryMatic WebUI</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability