nuclei-templates/http/exposed-panels/pgadmin-exposure.yaml

37 lines
737 B
YAML
Raw Normal View History

2021-07-13 05:00:32 +00:00
id: pgadmin-exposure
2021-07-13 05:00:32 +00:00
info:
name: PostgreSQL pgAdmin Dashboard Panel - Detect
2021-07-13 05:00:32 +00:00
author: princechaddha
severity: info
description: PostgreSQL pgAdmin Dashboard panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-07-13 05:00:32 +00:00
tags: unauth,pgadmin,postgres,panel
metadata:
max-request: 1
2021-07-13 05:00:32 +00:00
http:
2021-07-13 05:00:32 +00:00
- method: GET
path:
- "{{BaseURL}}/browser/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "PGADMIN_LANGUAGE="
part: header
- type: word
words:
- "<title>pgAdmin"
part: body
# Enhanced by md on 2022/12/05