Skip to content

Dockge Panel - Detect

ID: dockge-panel

Severity: info

Author: rxerium

Tags: panel,dockge,login

A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

id: dockge-panel
info:
name: Dockge Panel - Detect
author: rxerium
severity: info
description: |
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager
reference:
- https://github.com/louislam/dockge
- https://dockge.kuma.pet/
classification:
cpe: cpe:2.3:a:dockge.kuma:dockge:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: dockge.kuma
product: dockge
shodan-query: title:"Dockge"
tags: panel,dockge,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>Dockge</title>'
- type: status
status:
- 200
# digest: 490a0046304402206f0a89adbb4768c8e3baf1538f36a4e62ac4a41c1d49a251a68eb8d5df32fc090220664c87ae78201e7be80f2b1f336cb06dbc0a8ddd12c941916e85043cb539bfd7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/dockge-panel.yaml"

View on Github