Skip to content

Apache Superset Login Panel - Detect

ID: superset-login

Severity: info

Author: DhiyaneshDk,righettod

Tags: panel,superset,apache

Apache Superset login panel was detected.

id: superset-login
info:
name: Apache Superset Login Panel - Detect
author: DhiyaneshDk,righettod
severity: info
description: Apache Superset login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:apache:superset:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: apache
product: superset
shodan-query:
- http.favicon.hash:1582430156
- http.html:"apache superset"
fofa-query:
- body="apache superset"
- icon_hash=1582430156
tags: panel,superset,apache
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'alt="Superset"'
- '<title>Superset</title>'
condition: or
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '&#34;version_string&#34;:\s+&#34;([0-9a-z\.\-]+)&#34;'
# digest: 4b0a00483046022100dd557d9f7a425bca5e2caa80558e9692c6d44a5a16439d3613f5b5ad6479ffde022100c2490992f7640b7949778c18e9bcc80a15c25e2ebaef23192ca000d264413b64:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/superset-login.yaml"

View on Github