Update superset-login.yaml

This commit is contained in:
Prince Chaddha
2022-10-25 15:29:05 +05:30
committed by GitHub
parent 4e4a8d68f2
commit 118ac8a22e

View File

@@ -6,20 +6,24 @@ info:
severity: info
metadata:
verified: true
shodan-query: title:"Superset"
shodan-query: http.favicon.hash:1582430156
tags: panel,superset
requests:
- method: GET
path:
- '{{BaseURL}}/login/#'
- '{{BaseURL}}'
- '{{BaseURL}}/login'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Superset</title>"
- 'alt="Superset"'
- type: word
part: header