Skip to content

Commit

Permalink
Add umami version detector
Browse files Browse the repository at this point in the history
  • Loading branch information
userdehghani committed May 11, 2024
1 parent 133474d commit 7b91700
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/technologies/umami-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: umami-version

info:
name: Umami Version - Detect
author: userdehghani
severity: info
metadata:
max-request: 1
shodan-query: http.favicon.hash:-130447705
tags: tech,umami,detect

http:
- method: GET
path:
- "{{BaseURL}}/~404"

matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'v(?P<version>\d+\.\d+\.\d+)'

- type: status
status:
- 404

extractors:
- type: regex
part: body
regex:
- 'v(?P<version>\d+\.\d+\.\d+)'

0 comments on commit 7b91700

Please sign in to comment.