Merge pull request #9151 from righettod/gotify_add
Add detection of Gotify login panel instancespatch-1
commit
b40d2197d9
|
@ -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.]+)"'
|
Loading…
Reference in New Issue