33 lines
875 B
YAML
33 lines
875 B
YAML
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:
|
|
verified: true
|
|
shodan-query: http.title:"Gotify"
|
|
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:
|
|
- '"version":"([0-9.]+)"'
|
|
# digest: 4a0a00473045022100d53422e17588e90d41622e761ffacc8ad97bdeea23da10dc0f53d56bbf1d571602201f5295b711ea3eb1dad5d928263357695c635a41c97b40f6c4f9c49acd1c3651:922c64590222798bb761d5b6d8e72950 |