Skip to content

Commit 88769b3

Browse files
authored
Merge pull request #15929 from icarot/main
Create apache-skywalking-dashboard.yaml
2 parents fdd6bad + f6b7ac6 commit 88769b3

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
id: apache-skywalking-dashboard
2+
3+
info:
4+
name: Apache SkyWalking - Dashboard
5+
author: icarot
6+
severity: high
7+
description: |
8+
Apache SkyWalking server, an APM, Application Performance Monitoring System, exposed the backend monitoring dashboard. An attacker can execute unauthorized operations.
9+
reference:
10+
- https://github.com/apache/skywalking
11+
- https://github.com/apache/skywalking-ui
12+
metadata:
13+
max-request: 9
14+
vendor: apache
15+
product: skywalking
16+
shodan-query: title:"Apache SkyWalking"
17+
tags: apache,skywalking,misconfig,exposure
18+
19+
http:
20+
- raw:
21+
- |
22+
GET /dashboard/list HTTP/1.1
23+
Host: {{Hostname}}
24+
25+
matchers-condition: and
26+
matchers:
27+
- type: word
28+
words:
29+
- 'title>Apache SkyWalking'
30+
- '/css/monaco-editor'
31+
condition: and
32+
33+
- type: status
34+
status:
35+
- 200

0 commit comments

Comments
 (0)