Create pgadmin-exposure.yaml

patch-1
Prince Chaddha 2021-07-13 10:30:32 +05:30 committed by GitHub
parent 89e1a8da93
commit 518986d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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