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

28 lines
488 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 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