Skip to content

Commit

Permalink
add etcd.yaml 2022-12-05
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 5, 2022
1 parent 1a5d266 commit c0ba421
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/51pwn/etcd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
id: etcd_51pwn_api_leak
info:
name: etcd_51pwn_api_leak
author:
- 51pwn
severity: Critical
description: |-
etcd_51pwn_api_leak
default port: 2379
the official etcd ports are 2379 for client requests and 2380 for peer communication
tags: etcd,web,leak
requests:
- raw:
- |
GET /v2/keys/ HTTP/1.1
Host: {{Hostname}}
- |
GET /debug/requests?fam=grpc.Recv.Auth&b=0&exp=1 HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
condition: and
part: body
words:
- 'name:'
- 'password:'
- '.Auth/Authenticate'
- type: word
condition: and
part: body
words:
- '"nodes"'
- '"action"'
- '"dir"'
- '{'
matchers-condition: or
redirects: false

1 change: 1 addition & 0 deletions config/51pwn/iiop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ info:
- 51pwn
description: |-
Arbitrary File Read on Skype For Business Server
tags: weblogic,web
requests:
- raw:
- |
Expand Down

0 comments on commit c0ba421

Please sign in to comment.