Skip to content

Commit c0ba421

Browse files
committed
add etcd.yaml 2022-12-05
1 parent 1a5d266 commit c0ba421

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

config/51pwn/etcd.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+

config/51pwn/iiop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ info:
55
- 51pwn
66
description: |-
77
Arbitrary File Read on Skype For Business Server
8+
tags: weblogic,web
89
requests:
910
- raw:
1011
- |

0 commit comments

Comments
 (0)