mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
Merge pull request #434 from INT2ECALL/patch-1
Update etcd-v3-unauth.yml
This commit is contained in:
@@ -17,9 +17,9 @@ builds:
|
|||||||
- "386"
|
- "386"
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
- mips
|
# - mips
|
||||||
- mipsle
|
# - mipsle
|
||||||
- mips64
|
# - mips64
|
||||||
goarm:
|
goarm:
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "7"
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
name: poc-yaml-etcd-v3-unauth
|
name: ETCD V3未授权
|
||||||
rules:
|
rules:
|
||||||
- method: GET
|
- method: POST
|
||||||
path: /version
|
path: /v3/kv/range
|
||||||
follow_redirects: false
|
follow_redirects: false
|
||||||
|
Content-Type: application/json;charset=utf-8
|
||||||
expression: |
|
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:
|
detail:
|
||||||
author: rj45(https://github.com/INT2ECALL)
|
author: rj45(https://github.com/INT2ECALL)
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user