Create superset-login.yaml

This commit is contained in:
Dhiyaneshwaran
2022-10-24 00:37:41 +05:30
committed by GitHub
parent 8e89f23c2f
commit 4e4a8d68f2

View File

@@ -0,0 +1,31 @@
id: superset-login
info:
name: Superset Login
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"Superset"
tags: panel,superset
requests:
- method: GET
path:
- '{{BaseURL}}/login/#'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Superset</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200