nuclei-templates/exposed-panels/h2console-panel.yaml

33 lines
807 B
YAML
Raw Normal View History

id: h2console-panel
info:
name: H2 Console Web Login Panel - Detect
author: righettod
severity: info
description: H2 Console Web login panel was detected.
reference:
- https://mp.weixin.qq.com/s/Yn5U8WHGJZbTJsxwUU3UiQ
- https://jfrog.com/blog/the-jndi-strikes-back-unauthenticated-rce-in-h2-database-console
classification:
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
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"H2 Console"
tags: panel,h2,console
requests:
- method: GET
path:
- '{{BaseURL}}/h2-console/login.jsp'
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), '<title>h2 console</title>')"
condition: and
# Enhanced by md on 2022/11/16