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
|
2024-03-26 08:03:04 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:gotify:server:*:*:*:*:*:*:*:*
|
2024-02-22 00:55:04 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-02-22 00:55:04 +00:00
|
|
|
product: server
|
2024-03-26 08:03:04 +00:00
|
|
|
shodan-query: http.title:"Gotify"
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: gotify
|
|
|
|
verified: true
|
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-26 08:05:26 +00:00
|
|
|
# digest: 4a0a00473045022013517991106703bc9b43799160c5f099b42bbc4c8723f88a5c2f9f84800fe77c022100820d9fcc5c282d94ce358026c6dfafb85d3aea4978f8f67e6c64ee928db4acbe:922c64590222798bb761d5b6d8e72950
|