credkellar-boop/RedTeam-Toxy4ny-X-
GitHub: credkellar-boop/RedTeam-Toxy4ny-X-
一个面向红队安全研究的模块化框架,将 WAF 规避、网络压力测试、攻击模拟与本地 LLM 攻击能力基准测试整合在同一工作区内。
Stars: 6 | Forks: 1
# RedTeam-Toxy4ny-X











一个统一、模块化的攻击安全与评估工作区,结合了基于 Python 的 AI 编排与高性能的 C 网络引擎。
版权所有 (c) 2026 Darion Kellar。保留所有权利。灵感来自 @Toxy4ny
## 架构模块
* **evasion_waf**:高级多层 SQLMap tamper 脚本。
* **stress_testing**:`artaxerxes` - 利用 io_uring、DPDK 和 eBPF 机制的自适应网络测试。
* **simulation_phishing**:`bl00dym4ry` - 受沙箱限制的训练模拟器,用于映射执行模式。
* **ai_redteam**:用于在攻击能力上对本地 LLM 进行基准测试的评估器编排循环。
## 构建说明
运行顶层 makefile 来编译所有 C 组件,然后安装 Python 依赖项:
```
make all
pip install -r requirements.txt
RedTeam-Toxy4ny-X/
├── .gitignore
├── LICENSE
├── Makefile # Top-level build configuration for C modules
├── README.md # Combined framework documentation
├── requirements.txt # Consolidated Python package requirements
├── core/ # Shared system utilities & logging mechanisms
│ └── logger.py
└── modules/
├── evasion_waf/ # [Knockin-on-Heaven-s-Door]
│ ├── README.md
│ └── knockin_on_heavens_door.py # Advanced SQLMap tamper engine
│
├── stress_testing/ # [artaxerxes]
│ ├── Makefile
│ ├── README.md
│ ├── ebpf/
│ │ └── xdp_prog.c # eBPF/XDP high-performance network drop/inject
│ ├── include/
│ │ └── artaxerxes.h
│ └── src/
│ ├── main.c # Main runtime with intelligent fallbacks
│ ├── io_uring_eng.c # Asynchronous IO subsystem
│ └── dpdk_eng.c # Direct poll-mode driver network engine
│
├── simulation_phishing/ # [bl00dym4ry]
│ ├── Makefile
│ ├── README.md
│ ├── include/
│ │ └── simulator.h
│ └── src/
│ ├── main.c # Educational trojan/ransomware core orchestration
│ └── crypter.c # Cryptographic simulation routines
│
└── ai_redteam/ # [redteam-ai-benchmark]
├── README.md
├── main.py # Evaluator orchestration loop
├── config/
│ └── settings.json # Ollama / LM Studio endpoint settings
├── data/
│ ├── evaluation_sets.json # 12 Targeted trend questions (ADCS, NTLM, etc.)
│ └── history/ # Optimization attempt iterations log
└── utils/
├── evaluator.py # Semantic similarity vs Keyword scoring engines
└── optimizer.py # Dynamic prompt variation generator (jailbreak)
```
标签:AI风险缓解, CISA项目, DNS 反向解析, Docker镜像, DPDK, WAF绕过, 网络压测, 网络安全, 逆向工具, 隐私保护