From 7652f692fd3a2cea386baad051a0f140d8cda74b Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Thu, 15 Feb 2024 16:15:00 +0100 Subject: [PATCH] Add files via upload --- http/exposed-panels/gotify-panel.yaml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/gotify-panel.yaml diff --git a/http/exposed-panels/gotify-panel.yaml b/http/exposed-panels/gotify-panel.yaml new file mode 100644 index 0000000000..f8860b0128 --- /dev/null +++ b/http/exposed-panels/gotify-panel.yaml @@ -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, "Gotify", "content=\"Gotify")' + condition: and + + extractors: + - type: regex + part: body + group: 1 + regex: + - '"version":"([0-9.]+)"' \ No newline at end of file