Merge pull request #409 from INT2ECALL/dev

add etcd v3 poc
This commit is contained in:
影舞者 2025-01-15 15:14:18 +08:00 committed by GitHub
commit d367be0c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
name: poc-yaml-etcd-v3-unauth
rules:
- method: GET
path: /version
follow_redirects: false
expression: |
response.status == 200 && response.body.bcontains(b"etcdserver")
detail:
author: rj45(https://github.com/INT2ECALL)
links:
- https://networksec.blog.csdn.net/article/details/144912358?spm=1001.2014.3001.5502