From 2b5ffba787ec2c5316c5ebd36bfbd6b9ab6967ff Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Sat, 9 Mar 2024 17:50:10 +0100 Subject: [PATCH] Add files via upload --- http/exposed-panels/superset-login.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/superset-login.yaml b/http/exposed-panels/superset-login.yaml index 3d49d0b0ca..809a734139 100644 --- a/http/exposed-panels/superset-login.yaml +++ b/http/exposed-panels/superset-login.yaml @@ -2,7 +2,7 @@ id: superset-login info: name: Apache Superset Login Panel - Detect - author: DhiyaneshDk + author: DhiyaneshDk,righettod severity: info description: Apache Superset login panel was detected. classification: @@ -33,6 +33,8 @@ http: part: body words: - 'alt="Superset"' + - 'Superset' + condition: or - type: word part: header @@ -42,4 +44,10 @@ http: - type: status status: - 200 -# digest: 4b0a00483046022100f2898a77053671ddfcb82344150f379d7f1ff5b773b4dce6e26784b23f5779ca022100bbba505cebdaaff66ada0973e2f0542cc1337e172a4f35d347c6d08cade5e8aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + + extractors: + - type: regex + part: body + group: 1 + regex: + - '"version_string":\s+"([0-9a-z\.\-]+)"' \ No newline at end of file