Merge pull request #9312 from righettod/superset_upd

Add more detection criteria to the Superset template.
patch-1
Ritik Chaddha 2024-03-11 12:09:48 +05:30 committed by GitHub
commit efe72e97fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -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"'
- '<title>Superset</title>'
condition: or
- type: word
part: header
@ -42,4 +44,10 @@ http:
- type: status
status:
- 200
# digest: 4b0a00483046022100f2898a77053671ddfcb82344150f379d7f1ff5b773b4dce6e26784b23f5779ca022100bbba505cebdaaff66ada0973e2f0542cc1337e172a4f35d347c6d08cade5e8aa:922c64590222798bb761d5b6d8e72950
extractors:
- type: regex
part: body
group: 1
regex:
- '&#34;version_string&#34;:\s+&#34;([0-9a-z\.\-]+)&#34;'