Ethical Hacking Automation

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

FASTPANEL Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#fastpanel
Description

What is the "FASTPANEL Login Panel - Detect?"

The "FASTPANEL Login Panel - Detect" module is designed to detect the presence of the FASTPANEL login panel. FASTPANEL is a hosting control panel software used for managing web hosting environments. This module focuses on identifying the login panel and does not perform any actions beyond detection. 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 pikpikcu.

Impact

This module does not have any direct impact on the target system. It simply identifies the presence of the FASTPANEL login panel, providing information to the user or other scanning processes.

How does the module work?

The "FASTPANEL Login Panel - Detect" module works by sending a GET request to the "/authentication" path of the target system. It then applies matching conditions to determine if the response indicates the presence of the FASTPANEL login panel.

The matching conditions used in this module are:

- The response body must contain the phrase "FASTPANEL HOSTING CONTROL". - The response status code must be 200 (OK).

If both conditions are met, the module considers the FASTPANEL login panel to be detected.

Example HTTP request:

GET /authentication

The module checks if the response body contains the phrase "FASTPANEL HOSTING CONTROL" and if the response status code is 200.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/authentication
Matching conditions
word: FASTPANEL HOSTING CONTROLand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability