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

50 lines
999 B
YAML
Raw Normal View History

id: umami-panel
2024-04-30 18:59:42 +00:00
info:
2024-05-10 08:47:49 +00:00
name: Umami Panel - Detect
2024-04-30 18:59:42 +00:00
author: userdehghani
severity: info
2024-05-12 05:44:31 +00:00
description: |
simple, fast, privacy-focused, open-source analytics solution.
reference:
- https://umami.is/
- https://umami.is/docs
2024-04-30 18:59:42 +00:00
metadata:
2024-05-10 08:47:49 +00:00
verified: true
2024-04-30 18:59:42 +00:00
max-request: 1
2024-05-07 13:13:27 +00:00
shodan-query: http.favicon.hash:-130447705
2024-05-10 08:47:49 +00:00
tags: panel,umami,login,detect
2024-04-30 18:59:42 +00:00
2024-05-13 08:58:22 +00:00
flow: http(1) && http(2)
2024-04-30 18:59:42 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/login"
2024-05-10 08:47:49 +00:00
- "{{BaseURL}}/favicon.ico"
2024-04-30 18:59:42 +00:00
2024-05-10 08:47:49 +00:00
stop-at-first-match: true
matchers-condition: or
2024-04-30 18:59:42 +00:00
matchers:
- type: word
part: body
words:
2024-05-10 08:47:49 +00:00
- 'Login | umami'
- 'umami</div>'
condition: or
case-insensitive: true
2024-04-30 18:59:42 +00:00
2024-05-10 08:47:49 +00:00
- type: dsl
dsl:
- "status_code==200 && (\"-130447705\" == mmh3(base64_py(body)))"
2024-05-13 08:58:22 +00:00
- method: GET
path:
- "{{BaseURL}}/~404"
extractors:
- type: regex
part: body
regex:
- 'v(?P<version>\d+\.\d+\.\d+)'