diff --git a/README.md b/README.md index 02c226bc..66291aee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
+ CyberStrikeAI Logo +
+ # CyberStrikeAI [中文](README_CN.md) | [English](README.md) @@ -12,7 +16,7 @@ ![Preview](./img/外部MCP接入.png) ## Changelog -- 2025.11.15 Added large result pagination feature: when tool execution results exceed the threshold (default 200KB), automatically save to file and return execution ID, support paginated queries, keyword search, conditional filtering, and regex matching through query_execution_result tool, effectively solving the problem of overly long single responses and improving large file processing capabilities +- 2025.11.15 Added large result pagination feature: when tool execution results exceed the threshold (default 50KB), automatically save to file and return execution ID, support paginated queries, keyword search, conditional filtering, and regex matching through query_execution_result tool, effectively solving the problem of overly long single responses and improving large file processing capabilities - 2025.11.15 Added external MCP integration feature: support for integrating external MCP servers to extend tool capabilities, supports both stdio and HTTP transport modes, tool-level enable/disable control, complete configuration guide and management APIs - 2025.11.14 Performance optimizations: optimized tool lookup from O(n) to O(1) using index map, added automatic cleanup mechanism for execution records to prevent memory leaks, and added pagination support for database queries - 2025.11.13 Added authentication for the web mode, including automatic password generation and in-app password change diff --git a/README_CN.md b/README_CN.md index cd2ca2ad..aff31308 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,3 +1,7 @@ +
+ CyberStrikeAI Logo +
+ # CyberStrikeAI [English](README.md) | [中文](README_CN.md) @@ -11,7 +15,7 @@ ![详情预览](./img/外部MCP接入.png) ## 更新日志 -- 2025.11.15 新增大结果分段读取功能:当工具执行结果超过阈值(默认200KB)时,自动保存到文件并返回执行ID,支持通过 query_execution_result 工具进行分页查询、关键词搜索、条件过滤和正则表达式匹配,有效解决单次返回过长的问题,提升大文件处理能力 +- 2025.11.15 新增大结果分段读取功能:当工具执行结果超过阈值(默认50KB)时,自动保存到文件并返回执行ID,支持通过 query_execution_result 工具进行分页查询、关键词搜索、条件过滤和正则表达式匹配,有效解决单次返回过长的问题,提升大文件处理能力 - 2025.11.15 新增外部 MCP 接入功能:支持接入外部 MCP 服务器扩展工具能力,支持 stdio 和 HTTP 两种传输模式,支持工具级别的启用/禁用控制,提供完整的配置指南和管理接口 - 2025.11.14 性能优化:工具查找从 O(n) 优化为 O(1)(使用索引映射),添加执行记录自动清理机制防止内存泄漏,数据库查询支持分页加载 - 2025.11.13 Web 端新增统一鉴权,支持自动生成强密码与前端修改密码; diff --git a/web/static/favicon.ico b/web/static/favicon.ico new file mode 100644 index 00000000..d299feaa Binary files /dev/null and b/web/static/favicon.ico differ diff --git a/web/static/logo.png b/web/static/logo.png new file mode 100644 index 00000000..d299feaa Binary files /dev/null and b/web/static/logo.png differ diff --git a/web/templates/index.html b/web/templates/index.html index dbf50f8a..e921f76d 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -4,6 +4,8 @@ CyberStrikeAI - 自主渗透测试平台 + + @@ -28,11 +30,7 @@