Ethical Hacking Automation

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

PostgreSQL pgAdmin Dashboard Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#unauth#pgadmin#postgres#panel
Description

PostgreSQL pgAdmin Dashboard Panel - Detect

What is the "PostgreSQL pgAdmin Dashboard Panel - Detect?"

The "PostgreSQL pgAdmin Dashboard Panel - Detect" module is designed to detect the presence of the PostgreSQL pgAdmin Dashboard panel. This module focuses on identifying misconfigurations or vulnerabilities related to the pgAdmin Dashboard panel. The severity of the findings is classified as informative.

This module was authored by princechaddha.

Impact

The impact of the PostgreSQL pgAdmin Dashboard panel detection module is primarily to identify potential security risks or misconfigurations in the pgAdmin Dashboard panel. By detecting the presence of the panel, users can take appropriate actions to address any vulnerabilities or ensure proper configuration.

How does the module work?

The module works by sending an HTTP GET request to the "/browser/" path. It then applies a series of matching conditions to determine if the pgAdmin Dashboard panel is present.

The matching conditions include:

- Checking if the HTTP response status is 200 - Verifying if the "PGADMIN_LANGUAGE=" header is present - Searching for the "

Module preview

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