mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
11 lines
338 B
YAML
11 lines
338 B
YAML
name: poc-yaml-consul-rexec-rce
|
|
rules:
|
|
- method: GET
|
|
path: /v1/agent/self
|
|
expression: |
|
|
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"\"DisableRemoteExec\": false")
|
|
detail:
|
|
author: imlonghao(https://imlonghao.com/)
|
|
links:
|
|
- https://www.exploit-db.com/exploits/46073
|