mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-06-02 11:40:24 +00:00
Update etcd-v3-unauth.yml
修复误报
This commit is contained in:
parent
4aaa05f6a4
commit
d05641a7fc
@ -1,12 +1,14 @@
|
||||
name: poc-yaml-etcd-v3-unauth
|
||||
name: ETCD V3未授权
|
||||
rules:
|
||||
- method: GET
|
||||
path: /version
|
||||
- method: POST
|
||||
path: /v3/kv/range
|
||||
follow_redirects: false
|
||||
Content-Type: application/json;charset=utf-8
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"etcdserver")
|
||||
|
||||
response.status == 200 && response.body.bcontains(b"cluster") && response.body.bcontains(b"head")
|
||||
body: |
|
||||
{"key": "bmFtZQ=="}
|
||||
detail:
|
||||
author: rj45(https://github.com/INT2ECALL)
|
||||
links:
|
||||
- https://networksec.blog.csdn.net/article/details/144912358?spm=1001.2014.3001.5502
|
||||
- https://networksec.blog.csdn.net/article/details/144912358?spm=1001.2014.3001.5502
|
||||
|
Loading…
x
Reference in New Issue
Block a user