From 5ae692746592654577bd17635ba145a9c915c89e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 28 Jun 2024 15:40:09 +0530 Subject: [PATCH] Create seq-dashboard-unath.yaml --- .../misconfiguration/seq-dashboard-unath.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 http/misconfiguration/seq-dashboard-unath.yaml 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