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

32 lines
620 B
YAML
Raw Normal View History

2023-07-01 17:57:16 +00:00
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:
2023-07-04 08:36:49 +00:00
max-request: 1
2023-07-01 17:57:16 +00:00
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