nuclei-templates/http/exposed-panels/uptime-kuma-panel.yaml

32 lines
620 B
YAML

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://uptime.kuma.pet/docs/
metadata:
max-request: 1
verified: true
shodan-query: title:"Uptime Kuma"
tags: uptime,kuma,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/dashboard"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Uptime Kuma</title>'
- type: status
status:
- 200