diff --git a/http/misconfiguration/seq-dashboard-unath.yaml b/http/misconfiguration/seq-dashboard-unath.yaml new file mode 100644 index 0000000000..0ffa84adec --- /dev/null +++ b/http/misconfiguration/seq-dashboard-unath.yaml @@ -0,0 +1,34 @@ +id: seq-dashboard-unauth + +info: + name: Seq Dashboard - Unauthenticated + author: DhiyaneshDK + severity: high + description: | + Seq is exposed without authentication + metadata: + verified: true + max-request: 1 + shodan-query: title:"Seq" + tags: misconfig,exposure,seq,dashboard + +http: + - method: GET + path: + - "{{BaseURL}}/#/dashboards" + + host-redirects: true + max-redirects: 2 + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Log out' + - 'dashboards' + condition: and + + - type: status + status: + - 200