nuclei-templates/http/exposed-panels/grails-database-admin-conso...

35 lines
865 B
YAML
Raw Normal View History

2021-07-02 18:46:36 +00:00
id: grails-database-admin-console
info:
name: Grails Admin Console Panel - Detect
2021-07-02 18:46:36 +00:00
author: emadshanab
2023-02-02 23:05:19 +00:00
severity: medium
description: Grails Admin Console panel was detected.
classification:
2023-02-02 23:05:19 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2023-01-27 14:57:27 +00:00
reference:
- https://www.acunetix.com/vulnerabilities/web/grails-database-console/
2023-02-02 23:05:19 +00:00
- http://h2database.com/html/quickstart.html#h2_console
2021-07-02 18:46:36 +00:00
tags: grails,panel
metadata:
max-request: 2
2021-07-02 18:46:36 +00:00
http:
2021-07-02 18:46:36 +00:00
- method: GET
path:
- '{{BaseURL}}/dbconsole/'
- '{{BaseURL}}/h2-console/'
matchers-condition: and
2021-07-02 18:46:36 +00:00
matchers:
- type: word
words:
- "<title>H2 Console</title>"
- type: word
words:
- "Sorry, remote connections ('webAllowOthers') are disabled on this server"
negative: true