Ethical Hacking Automation

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

Pulsar Admin UI Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#pulsar#pulsarui#admin
Description

What is the "Pulsar Admin UI Panel - Detect?"

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

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/#/login?redirect=%2...
Matching conditions
word: Pulsar Admin UIand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability