Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions http/misconfiguration/apache/apache-skywalking-dashboard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
id: apache-skywalking-dashboard

info:
name: Apache SkyWalking - Dashboard
author: icarot
severity: high
description: |
Apache SkyWalking server, an APM, Application Performance Monitoring System, exposed the backend monitoring dashboard. An attacker can execute unauthorized operations.
reference:
- https://github.com/apache/skywalking
- https://github.com/apache/skywalking-ui
metadata:
max-request: 9
vendor: apache
product: skywalking
shodan-query: title:"Apache SkyWalking"
tags: apache,skywalking,misconfig,exposure

http:
- raw:
- |
GET /dashboard/list HTTP/1.1
Host: {{Hostname}}

matchers-condition: and
matchers:
- type: word
words:
- 'title>Apache SkyWalking'
- '/css/monaco-editor'
condition: and

- type: status
status:
- 200
Loading