nuclei-templates/http/exposed-panels/dbgate-panel.yaml

32 lines
749 B
YAML
Raw Normal View History

id: dbgate-panel
info:
name: DbGate Web Client Management - Panel Detect
author: h0j3n
severity: info
description: |
The DbGate Web Client Management Panel is detected on the target system.
reference:
- https://github.com/dbgate/dbgate
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.favicon.hash:1198579728
tags: panel,dbgate,oss
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- "<title>DbGate</title>"
- "starting_dbgate_zero"
- "Loading DbGate App"
- "DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
condition: or