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

34 lines
808 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-01-27 14:57:27 +00:00
severity: info
description: Grails Admin Console panel was detected.
classification:
2023-01-27 14:57:27 +00:00
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-27 14:57:27 +00:00
reference:
- https://www.acunetix.com/vulnerabilities/web/grails-database-console/
2021-07-02 18:46:36 +00:00
tags: grails,panel
requests:
- 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
# Enhanced by md on 2022/11/16