42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
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
|
|
classification:
|
|
cpe: cpe:2.3:a:gotify:server:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: gotify
|
|
product: server
|
|
shodan-query:
|
|
- http.title:"Gotify"
|
|
- http.title:"gotify"
|
|
fofa-query: title="gotify"
|
|
google-query: intitle:"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: 490a0046304402206328bd5058348ed6163b219959578dabea1bc0a7e18f63caf9a81fbb7812ec9d02201f6e27a1df754718fc156cb39e5d133d2260c3e9dbd03ee5a2179e164e9b0f07:922c64590222798bb761d5b6d8e72950 |