mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update superset-login.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user