Create pgadmin-exposure.yaml
parent
89e1a8da93
commit
518986d16b
|
@ -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
|
Loading…
Reference in New Issue