mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
Merge pull request #434 from INT2ECALL/patch-1
Update etcd-v3-unauth.yml
This commit is contained in:
commit
28a64d60c4
6
.github/conf/.goreleaser.yml
vendored
6
.github/conf/.goreleaser.yml
vendored
@ -17,9 +17,9 @@ builds:
|
||||
- "386"
|
||||
- arm
|
||||
- arm64
|
||||
- mips
|
||||
- mipsle
|
||||
- mips64
|
||||
# - mips
|
||||
# - mipsle
|
||||
# - mips64
|
||||
goarm:
|
||||
- "6"
|
||||
- "7"
|
||||
|
@ -1,11 +1,13 @@
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user