Add umami-detect template

patch-2
M. Dehghani 2024-04-30 22:29:42 +03:30 committed by GitHub
parent 49b9a833e4
commit 301789938e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: umami-detect
info:
name: Umami Detect
author: userdehghani
severity: info
metadata:
max-request: 1
shodan-query: http.title:"umami"
tags: tech,umami,analytics
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>umami - login</title>"
- "<h1 class="center">umami</h1>"
condition: and
- type: status
status:
- 200