credkellar-boop/Cyber-Stack

GitHub: credkellar-boop/Cyber-Stack

Cyber-Stack 是一个整合了内核级网络旁路、异步 I/O、模糊测试和本地 AI 推理的高性能攻击性安全审计与编排框架。

Stars: 2 | Forks: 1

Profile Image

# 🔗 Cyber-Stack An ultra-high-performance framework combining kernel-level networking, asynchronous I/O, offensive auditing infrastructure, and local generative AI orchestration. ## 🛠️ 架构与核心组件 (徽章) ### 📦 核心编程语言 ![Rust](https://img.shields.io/badge/🦀%20Language-Rust%20(23.3%25)-A37158?style=flat-square&logo=rust&logoColor=white) ![Python](https://img.shields.io/badge/🐍%20Language-Python%20(23.1%25)-3776AB?style=flat-square&logo=python&logoColor=white) ![C](https://img.shields.io/badge/⚙️%20Language-C%20(20.4%25)-A8B9CC?style=flat-square&logo=c&logoColor=black) ![Zig](https://img.shields.io/badge/⚡%20Language-Zig%20(6.6%25)-F7A41D?style=flat-square&logo=zig&logoColor=white) ### ⚙️ 核心系统 (`/core_systems`) ![Rust Orchestrator](https://img.shields.io/badge/🧠%20Core%20System-rust__orchestrator-orange?style=flat-square&logo=rust&logoColor=white) ![CUDA Acceleration](https://img.shields.io/badge/🚀%20Core%20System-cuda__acceleration-76B900?style=flat-square&logo=nvidia&logoColor=white) ![Zig Utils](https://img.shields.io/badge/🛠️%20Core%20System-zig__utils-F7A41D?style=flat-square&logo=zig&logoColor=white) ### 🛡️ 网络安全与攻击性审计 (`/security_fuzzing` & `/red_team_infrastructure`) ![AFL Harnesses](https://img.shields.io/badge/💥%20Fuzzing-afl__harnesses-red?style=flat-square&logo=linux&logoColor=white) ![LibFuzzer Targets](https://img.shields.io/badge/🎯%20Fuzzing-libfuzzer__targets-crimson?style=flat-square) ![Syzkaller CFGs](https://img.shields.io/badge/🐞%20Kernel%20Fuzzing-syzkaller__cfgs-darkred?style=flat-square&logo=linux&logoColor=white) ![Fuzz Coordinator](https://img.shields.io/badge/🪄%20Orchestration-fuzz__coordinator.sh-black?style=flat-square&logo=gnu-bash&logoColor=white) ![SQLMap Integration](https://img.shields.io/badge/💉%20Red%20Team-sqlmap-firebrick?style=flat-square) ![YARA Rules](https://img.shields.io/badge/🔍%20Detection-yara__rules-purple?style=flat-square) ![Tamper Scripts](https://img.shields.io/badge/🎭%20WAF%20Bypass-tamper__scripts-maroon?style=flat-square) ### ⚡ 底层基础设施与性能 (`/low_level_perf`) ![DPDK Pipeline](https://img.shields.io/badge/🛣️%20Networking-dpdk__pipeline-0066CC?style=flat-square) ![eBPF / XDP Hooks](https://img.shields.io/badge/🪝%20Kernel%20Hooks-eBPF%20%2F%20XDP-008080?style=flat-square&logo=linux&logoColor=white) ![io_uring](https://img.shields.io/badge/📥%20Async%20I%2FO-io__uring-deepskyblue?style=flat-square&logo=linux&logoColor=white) ### 🧠 人工智能 (`/ai_models`) ![Llama 3](https://img.shields.io/badge/🦙%20Local%20AI-Llama%203-0433FF?style=flat-square&logo=meta&logoColor=white) ![Triton Server](https://img.shields.io/badge/🏛️%20AI%20Inference-Triton%20Server-76B900?style=flat-square&logo=nvidia&logoColor=white) ### 🖥️ 平台、构建系统与软件 ![Linux Target](https://img.shields.io/badge/🐧%20Platform-Linux%20Kernel%20%E2%89%A5%205.15-333333?style=flat-square&logo=linux&logoColor=white) ![Cargo Workspace](https://img.shields.io/badge/📦%20Build-Cargo%20Workspace-A37158?style=flat-square&logo=rust&logoColor=white) ![Build Zig](https://img.shields.io/badge/🏗️%20Build-build.zig-F7A41D?style=flat-square&logo=zig&logoColor=white) ![CMake Lists](https://img.shields.io/badge/📜%20Build-CMakeLists.txt-064F8C?style=flat-square&logo=cmake&logoColor=white) ## 🎯 它解决的问题 传统的安全审计和自动化渗透测试 pipeline 面临着碎片化、严重的 I/O 瓶颈,以及缺乏智能的实时适应能力等问题。**Cyber-Stack** 通过整合裸机数据包处理(通过 eBPF/XDP 和 DPDK)、内存安全的编排后端(Rust)以及端侧生成式 AI 推理(具备 CUDA 加速的 Llama 3)来解决这一问题。这创建了一个连续、高速、自主的攻击性安全平台,能够分析 payload、绕过 WAF 并编排 exploit,且没有标准 Linux 网络协议栈的延迟开销。 ``` ## 🏗 架构目录 * **`red_team_infrastructure/`**: Core auditing wrappers, tamper scripts, and YARA signatures. * **`ai_models/`**: Local Llama 3 inference configurations and acceleration pipelines. * **`low_level_perf/`**: DPDK user-space networking, `io_uring` async engine, and eBPF/XDP hooks. * **`core_systems/`**: Core business logic, memory-safe abstractions, and fuzzing harnesses. ## ⚙️ Prerequisites # ⚡ Cyber-Stack **A high-performance offensive security & AI orchestration monorepo.** Cyber-Stack bridges traditional Red Team infrastructure (SQLMap, YARA) with local AI (Llama 3) via ultra-low-level kernel networking. Built for maximum throughput and memory-safe vulnerability auditing. ### ✨ 为什么它很酷 * **Local AI Integration:** Wires Llama 3 directly into offensive security workflows. * **Kernel-Bypass Networking:** Achieves massive throughput using eBPF, XDP, and DPDK. * **Memory-Safe & Asynchronous:** Orchestrated in Rust with Zig utilities, backed by `io_uring` for true async I/O. ### 🚀 Quick Start ```bash git clone [https://github.com/credkellar-boop/Cyber-Stack.git](https://github.com/credkellar-boop/Cyber-Stack.git) cd Cyber-Stack ./build_scripts/compile_all.sh * Linux Kernel >= 5.15 (Required for advanced `io_uring` and XDP features) * LLVM/Clang (eBPF compilation) * Rust (Cargo workspace tooling) * Zig Compiler (v0.11+ or newer) * CMake & CUDA Toolkit (For GPU acceleration layers) ## 🔨 构建 Workspace To build all subsystems, run the specific orchestration targets within the `build_scripts/` directory or trigger language-specific toolchains individually. ```
标签:Bash脚本, CISA项目, Docker镜像, Rust, Vectored Exception Handling, XXE攻击, 可视化界面, 本地AI, 漏洞审计, 网络流量审计, 逆向工具