Adriyache32/rootkit-pro
GitHub: Adriyache32/rootkit-pro
一款跨平台的通用手机 Root 与解锁工具,提供多品牌解锁方案、风险分析和完整备份功能,通过 Web 界面与 Python API 服务运行。
Stars: 0 | Forks: 0
# ROOT KIT PRO v2.1
通用手机 Root / 解锁工具 — 适用于 **Linux** 和 **Windows**。
## 功能
- 手机检测 (ADB/Fastboot)
- 针对特定品牌的解锁方法 (Xiaomi, Samsung, Google, Motorola, OnePlus, Huawei, Apple)
- 带评分的风险分析
- 完整备份(应用、照片、短信、设置)
- 紧急停止按钮
- HTML 界面(GitHub Dark 主题)
- Python API 服务器(端口 20229)
## Linux
```
# 快速开始
rootkit-pro
# 或通过 API
python3 ~/.rootkit-pro/backend/api.py
# 打开 http://localhost:20229
```
## Windows
### 选项 1:安装程序
```
cd windows
install.bat
```
### 选项 2:便携版
```
# 运行批处理启动器
windows\ROOTKIT-PRO.bat
# 或 PowerShell CLI
powershell -ExecutionPolicy Bypass -File windows\rootkit-pro.ps1
```
### 选项 3:API 服务器
```
python %USERPROFILE%\.rootkit-pro\backend\api.py
# 在浏览器中打开 http://localhost:20229
```
## 环境要求
### 两个平台通用
- Python 3.8+
- ADB Platform Tools
- 手机的 USB 驱动程序
- 已开启 USB Debugging
### Windows
- USB 驱动程序(取决于 OEM)
- 将 `platform-tools` 添加到 PATH
### Linux
- `pacman -S android-tools` 或下载 platform-tools
## API Endpoint
| Endpoint | 描述 |
|----------|-------------|
| `/api/device` | 已连接的设备信息 |
| `/api/methods?brand=Xiaomi` | 解锁方法 |
| `/api/risk` | 风险分析 |
| `/api/apps` | 已安装应用列表 |
| `/api/backup` | 完整设备备份 |
| `/api/panic` | 紧急断开连接 |
| `/api/system` | 宿主系统信息 |
## 文件结构
```
~/.rootkit-pro/
├── html/index.html # Web interface
├── backend/api.py # API server (cross-platform)
├── windows/
│ ├── ROOTKIT-PRO.bat # Windows launcher
│ ├── rootkit-pro.ps1 # PowerShell CLI
│ └── install.bat # Windows installer
├── portable/
│ └── rootkit-pro-portable # Portable bash CLI
└── logs/
```
## 许可证
MIT
标签:ADB, AI合规, Android, DSL, Python, Root, 多模态安全, 应用安全, 无后门, 移动设备工具, 设备解锁, 逆向工具