Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Pulsar Admin UI Panel - Detect" module is designed to detect the presence of the Pulsar admin UI panel. Pulsar admin UI is a web-based interface used for managing and monitoring Pulsar clusters. This module focuses on identifying the panel and providing information about its existence.
This module has an informative severity level, which means it provides valuable insights but does not indicate any immediate vulnerabilities or misconfigurations.
Author: ritikchaddha
This module does not directly impact the security or functionality of the Pulsar admin UI panel. It solely focuses on detecting its presence and providing information about it.
The "Pulsar Admin UI Panel - Detect" module works by sending an HTTP GET request to the "/#/login?redirect=%2F" path of the target website. It then applies matching conditions to determine if the Pulsar admin UI panel is present.
The matching conditions for this module are:
- The response body must contain the phrase "Pulsar Admin UI". - The HTTP response status code must be 200 (OK).If both conditions are met, the module considers the Pulsar admin UI panel to be detected.
Example HTTP request:
GET /#/login?redirect=%2F
Matching conditions:
- Response body must contain the phrase "Pulsar Admin UI
".
- HTTP response status code must be 200.
Note: The above example is for illustrative purposes only and may not represent the actual HTTP request used by the module.