mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
add etcd poc
add etcd poc
This commit is contained in:
parent
235e2aee60
commit
2da0804b7f
12
WebScan/pocs/etcd-v3-unauth.yml
Normal file
12
WebScan/pocs/etcd-v3-unauth.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user