Create http-etcd-unauthenticated-api-data-leak.yaml

patch-1
Dhiyaneshwaran 2021-03-09 01:38:32 +05:30 committed by GitHub
parent 5d7d2bc554
commit 22d8c53714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: http-etcd-unauthenticated-api-data-leak
info:
name: etcd Unauthenticated HTTP API Leak
author: dhiyaneshDk
severity: high
reference: https://hackerone.com/reports/1088429
requests:
- method: GET
path:
- "{{BaseURL}}:2379/v2/auth/roles"
matchers-condition: and
matchers:
- type: word
words:
- '"role"'
part: body
- type: status
status:
- 200