Ethical Hacking Automation

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

Subrion Admin Panel Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#subrion
Description

What is the "Subrion Admin Panel Login Panel - Detect?"

The "Subrion Admin Panel Login Panel - Detect" module is designed to detect the presence of the Subrion Admin Panel login panel. Subrion Admin Panel is a software used for managing and administering Subrion websites. This module focuses on identifying any misconfigurations or vulnerabilities related to the login panel.

This module has an informative severity level, which means it provides valuable information without indicating any immediate threats or risks. It is important to regularly scan and monitor the Subrion Admin Panel to ensure its security and proper configuration.

Impact

The "Subrion Admin Panel Login Panel - Detect" module does not directly impact the system or website being scanned. Instead, it helps identify potential security weaknesses or misconfigurations in the Subrion Admin Panel login panel. By detecting these issues, administrators can take appropriate measures to enhance the security and integrity of their Subrion websites.

How the module works?

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

    - The module checks if the response body contains the HTML code "

    Welcome to<br>Subrion Admin Panel</h1>". This indicates the presence of the login panel. - The module verifies that the HTTP response status is 200, indicating a successful request.

If both conditions are met, the module reports a positive detection of the Subrion Admin Panel login panel. This information can be used to assess the security posture of the Subrion Admin Panel and take appropriate actions to address any identified vulnerabilities or misconfigurations.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/panel
Matching conditions
word: <h1>Welcome to<br>Subrion Admin Panel</h...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability