nuclei-templates/exposed-panels/superset-login.yaml

36 lines
611 B
YAML

id: superset-login
info:
name: Superset Login
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: http.favicon.hash:1582430156
tags: panel,superset
requests:
- 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"'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200