Merge pull request #9151 from righettod/gotify_add

Add detection of Gotify login panel instances
patch-1
pussycat0x 2024-02-16 10:44:19 +05:30 committed by GitHub
commit b40d2197d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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.]+)"'