2021-07-02 18:46:36 +00:00
|
|
|
id: grails-database-admin-console
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Grails database admin console
|
|
|
|
author: emadshanab
|
|
|
|
severity: medium
|
|
|
|
tags: grails,panel
|
|
|
|
reference: https://www.acunetix.com/vulnerabilities/web/grails-database-console/
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/dbconsole/'
|
|
|
|
- '{{BaseURL}}/h2-console/'
|
|
|
|
|
2021-08-30 06:47:26 +00:00
|
|
|
matchers-condition: and
|
2021-07-02 18:46:36 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>H2 Console</title>"
|
2021-08-30 09:51:21 +00:00
|
|
|
|
2021-08-30 06:47:26 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Sorry, remote connections ('webAllowOthers') are disabled on this server"
|
|
|
|
negative: true
|