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

28 lines
460 B
YAML
Raw Normal View History

id: umami-panel
2024-04-30 18:59:42 +00:00
info:
name: Umami Panel
2024-04-30 18:59:42 +00:00
author: userdehghani
severity: info
metadata:
max-request: 1
2024-05-07 13:13:27 +00:00
shodan-query: http.favicon.hash:-130447705
verified: true
tags: panel,umami,login
2024-04-30 18:59:42 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
2024-05-07 13:13:27 +00:00
- '<title>Login | umami</title>'
2024-04-30 18:59:42 +00:00
- type: status
status:
2024-04-30 19:47:57 +00:00
- 200