Ethical Hacking Automation

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

UniFi Network Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#unifi#ubnt#panel
Description

What is the "UniFi Network Login Panel - Detect?"

The "UniFi Network Login Panel - Detect" module is designed to detect the presence of the UniFi Network login panel. UniFi Network is a software developed by Ubiquiti Networks (UBNT) that provides network management capabilities. This module focuses on identifying the login panel, which can help in assessing the security posture of the network.

This module has an informative severity level, meaning it provides valuable information without indicating any immediate security risks or vulnerabilities. It serves as a starting point for further investigation and analysis.

Author: TechbrunchFR

Impact

This module does not directly impact the system or network being scanned. It solely focuses on detecting the presence of the UniFi Network login panel. The impact of the detected login panel depends on the specific configuration and security measures implemented by the network administrator.

How does the module work?

The "UniFi Network Login Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the UniFi Network login panel. It performs the following checks:

- Checks if the response body contains the HTML title tag "<title>UniFi Network</title>". - Verifies if the HTTP response status code is 200 (OK).

If both conditions are met, the module considers the UniFi Network login panel to be present.

Here is an example of an HTTP request that can be sent by the module:

GET / HTTP/1.1
Host: example.com

The module then evaluates the response body and status code against the defined matching conditions to determine if the UniFi Network login panel is detected.

Module preview

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