Skip to content

Weave Scope Panel - Detect

ID: weave-scope-dashboard

Severity: info

Author: e_schultze_

Tags: panel

Weave Scope panel was detected.

id: weave-scope-dashboard
info:
name: Weave Scope Panel - Detect
author: e_schultze_
severity: info
description: Weave Scope panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "<title>Weave Scope</title>"
- "__WEAVEWORKS_CSRF_TOKEN"
- "__CSRF_TOKEN_PLACEHOLDER__"
condition: and
part: body
# digest: 4b0a00483046022100d823ded996801a48af7838584083b44f4e821d237d7a831790ddb4b6e93ba79f022100c31d878db712f819345e149b829ee09a4375dc6a2307f3f35ff07e0d0228ed94:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/weave-scope-dashboard.yaml"

View on Github