2024-02-22 00:55:04 +00:00
|
|
|
id: gotify-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Gotify Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: Gotify login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://github.com/gotify/server
|
|
|
|
metadata:
|
|
|
|
vendor: gotify
|
|
|
|
product: server
|
|
|
|
verified: true
|
2024-03-04 08:20:22 +00:00
|
|
|
shodan-query: "http.title:\"Gotify\""
|
|
|
|
max-request: 1
|
2024-02-22 00:55:04 +00:00
|
|
|
tags: panel,gotify,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(body, "<title>Gotify", "content=\"Gotify")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-02-16 07:22:59 +00:00
|
|
|
- '"version":"([0-9.]+)"'
|
2024-03-04 09:35:31 +00:00
|
|
|
# digest: 490a0046304402204ed0fc61c5fdaec5869843788c59849c687bfe8b39891df7eab06b029e516749022055341de709d14d202015b389e25139b06ed1398ab952f6a2a39cd2ecf6a343de:922c64590222798bb761d5b6d8e72950
|