Create weave-scope-dashboard-detect.yaml
parent
8a14a1cf78
commit
4e6eeeba6a
|
@ -0,0 +1,20 @@
|
|||
id: weave-scope-dashboard-detect
|
||||
|
||||
info:
|
||||
name: Weave Scope Dashboard
|
||||
author: e_schultze_
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Weave Scope</title>"
|
||||
- "__WEAVEWORKS_CSRF_TOKEN"
|
||||
- "__CSRF_TOKEN_PLACEHOLDER__"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue