34 lines
810 B
YAML
34 lines
810 B
YAML
id: grails-database-admin-console
|
|
|
|
info:
|
|
name: Grails Admin Console Panel - Detect
|
|
author: emadshanab
|
|
severity: medium
|
|
description: Grails Admin Console panel was detected.
|
|
reference:
|
|
- https://www.acunetix.com/vulnerabilities/web/grails-database-console/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
tags: grails,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/dbconsole/'
|
|
- '{{BaseURL}}/h2-console/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>H2 Console</title>"
|
|
|
|
- type: word
|
|
words:
|
|
- "Sorry, remote connections ('webAllowOthers') are disabled on this server"
|
|
negative: true
|
|
|
|
# Enhanced by md on 2022/11/16
|