v0.3.2
Netw0rkNoob/VulnClawv0.3.2Jun 28, 2026by Unclecheng-li
AI Summary
A feature-rich release focusing on localization, core engine improvements, and new capabilities. It adds domestic model providers, comprehensive i18n support, a brute-force login tool, and a refactored penetration engine with parallel execution and anti-hallucination features.
Key Highlights
- Added support for 5 new domestic model providers.
- Full i18n support for CLI, Web, and TUI.
- Refactored penetration engine with anti-hallucination and reflection capabilities.
- Added brute_force_login tool and parallel exploration capabilities.
- Fixed streaming output and CLI interaction issues.
New Features
- 5 new domestic model providers
- i18n support (CLI, Web, TUI)
- brute_force_login tool
- Refactored penetration engine (anti-hallucination, reflection, plugins)
- Parallel exploration
- MCP streamable-http
- Domain matching regex optimization
Full Release Notes
v0.3.2 ## What's Changed * feat: 新增 5 个国内模型 Provider + Bug 修复 by @chu0119 in https://github.com/Unclecheng-li/VulnClaw/pull/8 * Feature/i18n support中英文切换支持 ,与CLI 交互问题修复 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/15 * Fix/issue 10 trailing dot in allowed hosts by @sjkxq in https://github.com/Unclecheng-li/VulnClaw/pull/16 * Fix #2: 无法使用第三方 API by @nandanadileep in https://github.com/Unclecheng-li/VulnClaw/pull/20 * Fix/issue 9 streaming output by @sjkxq in https://github.com/Unclecheng-li/VulnClaw/pull/19 * fix: 优化 REPL 交互体验并修复约束系统问题 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/18 * 重构TUI by @Nyaecho in https://github.com/Unclecheng-li/VulnClaw/pull/23 * Feature/t UI by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/24 * Feature/i18n web by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/26 * Feature/i18n web (#26) by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/28 * 添加了新的skills by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/29 * Feature/lcs ttf by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/31 * Revert "Feature/lcs ttf" by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/32 * feat: 新增 brute_force_login 内置工具 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/34 * fix(regression): 优化域名匹配正则以支持多级域名 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/36 * Feature/i18n tui by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/38 * fix: PR #19 流式输出重复打印回归修复 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/40 * fix(tui): 修复 /scope 链式输入无法正常完成的问题 by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/41 * fix(tui): 修复 /scope 链式输入无法正常完成的问题 by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/42 * Fix/流式链路健壮性修复 + tool_calls 补全 by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/43 * 更新了版本号 by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/44 * feat: 核心优化 — 上下文管理/工具并行/MCP健壮性/语义去重/KB降级/流式修复 by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/47 * fix(tui): 修复了在tui下更改LLM提供商配置时出现的错误问题 by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/48 * fix(tui): 修复了在tui下更改LLM提供商配置时出现的错误问题 by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/49 * feat(tui): 支持从 LLM 提供商动态获取模型列表 by @FarStar-CN in https://github.com/Unclecheng-li/VulnClaw/pull/50 * feat: 重构渗透引擎 + 反幻觉 + 推理/反思/插件体系 (v0.4.0) by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/52 * fix(web): 修复 py3.10 下任务流式循环超时未捕获导致中断 by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/53 * feat: 并行探索 / 信息收集工具链 / MCP streamable-http by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/55 * chore: bump version to v0.4.1 by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/56 * fix: set default OpenAI client user agent by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/58 * fix: improve mcp server configuration by @Attack-Phantom in https://github.com/Unclecheng-li/VulnClaw/pull/59 * version update by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/60 * fix(agent): strip port before python_execute scope check by @ARMeeru in https://github.com/Unclecheng-li/VulnClaw/pull/61 ## New Contributors * @chu0119 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/8 * @ww455 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/15 * @sjkxq made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/16 * @nandanadileep made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/20 * @Nyaecho made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/23 * @Unclecheng-li made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/24 * @Attack-Phantom made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/47 * @ARMeeru made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/61 **Full Changelog**: https://github.com/Unclecheng-li/VulnClaw/compare/v0.2.5...v0.3.2