File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ id : etcd_51pwn_api_leak
2
+ info :
3
+ name : etcd_51pwn_api_leak
4
+ author :
5
+ - 51pwn
6
+ severity : Critical
7
+ description : |-
8
+ etcd_51pwn_api_leak
9
+ default port: 2379
10
+ the official etcd ports are 2379 for client requests and 2380 for peer communication
11
+ tags : etcd,web,leak
12
+ requests :
13
+ - raw :
14
+ - |
15
+ GET /v2/keys/ HTTP/1.1
16
+ Host: {{Hostname}}
17
+ - |
18
+ GET /debug/requests?fam=grpc.Recv.Auth&b=0&exp=1 HTTP/1.1
19
+ Host: {{Hostname}}
20
+ matchers :
21
+ - type : word
22
+ condition : and
23
+ part : body
24
+ words :
25
+ - ' name:'
26
+ - ' password:'
27
+ - ' .Auth/Authenticate'
28
+ - type : word
29
+ condition : and
30
+ part : body
31
+ words :
32
+ - ' "nodes"'
33
+ - ' "action"'
34
+ - ' "dir"'
35
+ - ' {'
36
+ matchers-condition : or
37
+ redirects : false
38
+
Original file line number Diff line number Diff line change 5
5
- 51pwn
6
6
description : |-
7
7
Arbitrary File Read on Skype For Business Server
8
+ tags : weblogic,web
8
9
requests :
9
10
- raw :
10
11
- |
You can’t perform that action at this time.
0 commit comments