Ethical Hacking Automation

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

Blue Iris Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#blueiris#edb
Description

What is the "Blue Iris Login Panel - Detect?"

The "Blue Iris Login Panel - Detect" module is designed to detect the presence of the Blue Iris login panel. Blue Iris is a software that allows users to monitor and manage their security cameras. This module focuses on identifying the login panel of Blue Iris.

This module is categorized as informative, meaning it provides information about the presence of the login panel but does not indicate any vulnerabilities or misconfigurations.

Impact

The impact of this module is limited to providing information about the existence of the Blue Iris login panel. It does not directly impact the security or functionality of the software.

How the module works?

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

    - The module checks if the response contains the HTML title tag "<title>Blue Iris Login</title>". This indicates that the login panel is present. - The module verifies that the response status code is 200, indicating a successful request.

If both matching conditions are met, the module reports the presence of the Blue Iris login panel.

Module preview

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