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

28 lines
488 B
YAML

id: pgadmin-exposure
info:
name: PostgreSQL - pgAdmin Dasboard Exposure
author: princechaddha
severity: info
tags: unauth,pgadmin,postgres,panel
requests:
- 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