diff --git a/exposed-panels/superset-login.yaml b/exposed-panels/superset-login.yaml index 6d4f2b2e25b..fbbd4214136 100644 --- a/exposed-panels/superset-login.yaml +++ b/exposed-panels/superset-login.yaml @@ -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: - - "Superset" + - 'alt="Superset"' - type: word part: header