AdhiHub/cyber-ai-agent
GitHub: AdhiHub/cyber-ai-agent
CYBER-OMNI 是一个100%离线、基于本地 LLM 的终端 AI 渗透测试助手,支持端口扫描、侦察、OSINT 和报告生成,可在 Android、Windows 和 Linux 上运行。
Stars: 0 | Forks: 0
```
╔══════════════════════════════════════╗
║ CYBER-OMNI v2.0 ║
║ Terminal AI Pentesting Agent ║
╚══════════════════════════════════════╝
```
# CYBER-OMNI v2
### 🤖 用于渗透测试的真实 AI 终端助手 — 100% 本地运行
[](https://python.org)
[](https://termux.com)
[
[
[](https://ollama.com)
[]()
**真正的 LLM 驱动的 AI(非脚本)— 运行在您的手机或 PC 上,无需任何云端 API**
## ⚡ 一行代码安装
### Termux / Linux / macOS
```
git clone https://github.com/AdhiHub/cyber-ai-agent.git && cd cyber-ai-agent && pip install llama-cpp-python httpx requests && python omni.py
```
### Windows (PowerShell)
```
git clone https://github.com/AdhiHub/cyber-ai-agent.git; cd cyber-ai-agent; pip install llama-cpp-python httpx requests; python omni.py
```
### 通过 curl (自动安装程序)
```
bash <(curl -sSL https://raw.githubusercontent.com/AdhiHub/cyber-ai-agent/main/install.sh)
```
## 🎮 工作原理
```
┌──────────────────────────────────────────────────┐
│ $ python omni.py │
│ │
│ ╔══════════════════════════════════════╗ │
│ ║ CYBER-OMNI v2.0 ║ │
│ ╚══════════════════════════════════════╝ │
│ │
│ Welcome to CYBER-OMNI — Terminal AI Assistant │
│ Model: Llama 3.2 1B | 100% offline │
│ │
│ omn> hi │
│ Hello! I'm your pentesting AI. How can I help? │
│ │
│ omn> create a python reverse shell │
│ Here's a Python reverse shell for testing... │
│ │
│ omn> /scan 192.168.1.1 │
│ [Scanning...] │
│ │
│ omn> explain SQL injection │
│ SQL injection is a web vulnerability where... │
│ │
│ omn> /exit │
└──────────────────────────────────────────────────┘
```
**真正的 AI 对话。** 不是脚本。不是知识库。是运行在您设备上的真实语言模型。
## 🧠 与众不同之处
| 功能 | v1 (旧版) | v2 (全新) |
|---------|----------|----------|
| AI 类型 | 基于关键词的回复 | **真正的 LLM** (Llama 3.2 1B) |
| 理解 "hi" | ❌ 否 | ✅ 是 |
| 编写脚本 | ❌ 否 | ✅ 是 |
| 自然对话 | ❌ 否 | ✅ 是 |
| 遵循复杂指令 | ❌ 否 | ✅ 是 |
| 流式响应 | ❌ 否 | ✅ 逐 Token 输出 |
| 模型大小 | — | **~700MB** |
| 离线工作 | ✅ | ✅ |
## 🛠️ 命令
| 命令 | 动作 |
|---------|--------|
| `python omni.py` | 🧠 **交互式 AI 聊天** — 像 ChatGPT 一样交流 |
| `python omni.py scan
**用 ⚡ 为网络安全社区打造**
[GitHub](https://github.com/AdhiHub/cyber-ai-agent) · [报告 Bug](https://github.com/AdhiHub/cyber-ai-agent/issues)
标签:AI风险缓解, DLL 劫持, 人工智能, 大语言模型, 本地部署, 用户模式Hook绕过, 运行时操纵, 逆向工具