Ethical Hacking Automation

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

Panabit Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panabit#panel
Description

What is the "Panabit Login Panel - Detect" module?

The "Panabit Login Panel - Detect" module is designed to detect the presence of the Panabit login panel. Panabit is a software that functions as an intelligent gateway. This module focuses on identifying the login panel specifically.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: ffffffff0x

Impact

The impact of detecting the Panabit login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it serves as a way to identify the presence of the login panel for further analysis or configuration purposes.

How does the module work?

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

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

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

Reference: https://www.panabit.com/

Metadata:

- max-request: 1 - fofa-query: app="Panabit-智能网关"

Module preview

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