Ethical Hacking Automation

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

Loxone Intercom Video Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#loxone
Description

What is the "Loxone Intercom Video Panel - Detect?"

The "Loxone Intercom Video Panel - Detect" module is designed to detect the presence of the Loxone Intercom Video panel. This module is used to identify instances of the Loxone Intercom Video software, which is a video panel used for intercom communication.

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

Impact

This module does not have any direct impact as it is purely for detection purposes. It does not perform any actions or make changes to the target system.

How does the module work?

The "Loxone Intercom Video Panel - Detect" module works by sending HTTP requests to the target system and analyzing the responses based on predefined matching conditions. It uses the following matching conditions:

- Check if the response body contains the HTML title tag "<title>Loxone Intercom Video</title>". - Check if the response status code is 200 (OK).

If both matching conditions are met, the module considers the Loxone Intercom Video panel to be detected.

Here is an example of an HTTP request that the module may send:

GET / HTTP/1.1
Host: example.com

The module then analyzes the response to determine if it matches the specified conditions.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Loxone Intercom Video</title>and
status: 200
On match action
Report vulnerability