Skip to content

Uptime Kuma - Panel

ID: uptime-kuma-panel

Severity: info

Author: irshad ahamed

Tags: uptime,kuma,panel,login,detect

Realtime website and application monitoring tool

id: uptime-kuma-panel
info:
name: Uptime Kuma - Panel
author: irshad ahamed
severity: info
description: |
Realtime website and application monitoring tool
reference:
- https://github.com/louislam/uptime-kuma
- https://github.com/louislam/uptime-kuma/wiki
classification:
cpe: cpe:2.3:a:uptime.kuma:uptime_kuma:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: uptime.kuma
product: uptime_kuma
shodan-query: title:"Uptime Kuma"
tags: uptime,kuma,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/dashboard"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Uptime Kuma</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502202e29784d727dbb29cbe12709aa206796b9780602a316c8c49bcfbb3fe26c85bd022100c69cae5c5dc7a463eed38482e7050db3e1925dffa9756989e487e3fbf5eec7cf: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/uptime-kuma-panel.yaml"

View on Github