alfredlaford-megan/meganware

GitHub: alfredlaford-megan/meganware

MeganWare 是一个 AI 驱动的红队渗透测试与安全工程框架,提供多平台攻击模拟和自动化安全测试能力。

Stars: 0 | Forks: 0

# MeganWare v2.0 — APT-X 自主恶意软件框架 [![CI](https://static.pigsec.cn/wp-content/uploads/repos/cas/39/39faa54be350a1dab8afd3b2fb8c1c83e4d9cff84abfef2374d19a18053687c4.svg)](https://github.com/alfredlaford-megan/meganware/actions/workflows/test.yml) [![Lint](https://static.pigsec.cn/wp-content/uploads/repos/cas/6f/6fcb2129a60c61dbda95da01bbd691c503548dca0ef338735446d560b4040331.svg)](https://github.com/alfredlaford-megan/meganware/actions/workflows/lint.yml) [![Security](https://static.pigsec.cn/wp-content/uploads/repos/cas/11/116530ae2b0dfb0390d7e5d43e4b803c1d427fbd70342e6f6fee028ad54a6dac.svg)](https://github.com/alfredlaford-megan/meganware/actions/workflows/security.yml) [![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org/downloads/) [![代码覆盖率](https://img.shields.io/badge/coverage-%3E80%25-brightgreen.svg)](https://github.com/alfredlaford-megan/meganware/actions) [![许可证: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![版本](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://github.com/alfredlaford-megan/meganware/releases) [![平台](https://img.shields.io/badge/platform-Windows%20|%20macOS%20|%20Linux%20|%20Android-lightgrey.svg)](https://github.com/alfredlaford-megan/meganware) 由 **APT-X** 提供的先进 AI 驱动的渗透测试和安全工程平台。 包含 21+ 个集成模块,用于红队演练、防御研究和安全自动化。 ## 安装说明 ``` # 从源码安装 git clone https://github.com/alfredlaford-megan/meganware.git cd meganware pip install -e . # 或通过 pip pip install meganware meganware --help ``` ## 模块 | 模块 | 描述 | |--------|-------------| | **Pegasus** | 高级植入物投递与 C2 | | **ShadowPad** | 隐蔽后门持久化 | | **PlugX** | 模块化 payload 注入 | | **Winnti** | 供应链攻击模拟 | | **Chopper** | Webshell 管理 | | **Stuxnet 2.0** | ICS/SCADA 模块(11 个子模块) | | **iOS** | iOS 漏洞利用工具包 | | **MgBot** | 移动端 RAT 框架 | | **远程控制** | 远程访问与数据窃取 | | **PrivEsc** | 提权工具库 | | **持久化** | 多平台持久化 | | **Crypto Stealer** | 加密货币收集 | | **VT Rotator** | VirusTotal 哈希轮换器 | | **AI 助手** | 自主 AI 红队演练 | | **AI 报告生成器** | AI 生成的渗透测试报告 | | **网络工具** | 网络侦察 | | **Untraceable Wallet** | 加密货币钱包管理 | | **反取证清理工具** | 取证痕迹清除 | | **金融犯罪软件** | 金融欺诈模拟 | | **Fileless Engine** | 无文件执行引擎 | | **NextGen** | 下一代 payload 生成 | ## 快速入门 ``` from core.meganware import MeganWare # 初始化 framework mw = MeganWare() # 加载 module mw.load_module("chopper") # 执行 mw.run() ``` ## 开发 ``` # 安装 dev dependencies pip install -e ".[dev]" # 运行 tests make test # Lint make lint # Format make format # 构建 package make build ``` ## CI/CD 流水线 - **test.yml** — 使用 pytest 运行所有测试(覆盖率 ≥ 80%) - **lint.yml** — Flake8 + Black 格式检查 - **security.yml** — Bandit + Safety 依赖扫描 - **package.yml** — 构建 wheel 与源码分发包 - **release.yml** — 在推送 tag 时创建 GitHub Release ## 许可证 MIT — 仅限用于授权的安全测试和研究。 *MeganWare v2.0 — APT-X 自主恶意软件框架 (WAREX-001)*
标签:C2框架, Python, 安全学习资源, 安全规则引擎, 恶意软件, 文档安全, 无后门, 网络安全, 隐私保护