Skip to content

Releases: yaklang/yaklang

1.3.4-beta1

03 Jun 09:57
Compare
Choose a tag to compare

Release 1.3.4-beta1

1.3.3

30 May 07:38
Compare
Choose a tag to compare

Release Notes

新功能

• 增强调试功能:新增了一个调试函数,方便开发者更好地追踪和调试代码。
• HTTP改进:增加了边界匹配检查,改进了请求参数获取的处理逻辑。
• GRPC服务:实现了新的 FalseAppearance 响应功能。
• SSA CLI:增强显示值格式,并能通过 ID 唯一标识显示。
• Editor 功能:增加了安全转义功能,提高编辑器视图的安全性。
• Codec Flow UI:增加了 codec 流界面,提升用户交互体验。

性能改进

• 网络流量处理:优化了 trafficPool, trafficFlow, 和 trafficConnection 的处理逻辑,提高了网络性能。
• HTTP 响应信息:优化了 HTTPResponseInfo.Bytes 的处理,提高了数据处理效率。
• 内部插件:使用内建插件进行静态分析,提高了分析的效率和准确性。

修复

• 表格测试案例:修复了表格测试用例中的错误。
• URL解码:修正了提取 URL 参数时的解码错误。
• 懒加载指令:修复了 SSA 在创建指令时的懒加载设置范围错误。
• 连接问题:解决了 behinder3 jsp 无法连接的问题。
• 错误检索:修复了调用 codec 插件时无法检索错误的问题。
• HTTP头处理:修复了处理纯文本和 JSON 主体的 Content-Type 的错误。
• 标签处理:修复了作为参数的标签处理错误。

其他

• 代码重构和格式化:对代码进行了重构和格式化,提升了代码质量和可维护性。

Release Notes (English)

New Features

• Debugging Enhancements: Added a new debug function to aid developers in tracking and debugging code more effectively.
• HTTP Improvements: Added boundary match checking and improved handling of parameter fetching.
• GRPC Services: Implemented a new FalseAppearance response feature.
• SSA CLI: Enhanced display of value formats and unique identification by ID.
• Editor Features: Added a safe escaper for enhanced security in the editor view.
• Codec Flow UI: Introduced a user interface for codec flow, enhancing user interaction.

Performance Improvements

• Traffic Handling: Optimized the handling of trafficPool, trafficFlow, and trafficConnection, improving network performance.
• HTTP Response Information: Enhanced the efficiency of handling HTTPResponseInfo.Bytes.
• Internal Plugin: Used built-in plugin for static analysis, improving the efficiency and accuracy of analyses.

Fixes

• Table Test Case: Fixed issues in the table test case.
• URL Decoding: Corrected decoding errors during URL parameter extraction.
• Lazy Loading Instruction: Fixed the range setting for lazy loading instructions in SSA.
• Connection Issues: Resolved connection issues with behinder3 jsp.
• Error Retrieval: Fixed error retrieval issues when calling the codec plugin.
• HTTP Header Handling: Fixed errors in handling Content-Type for plain text and JSON bodies.
• Tag Handling: Fixed errors in processing tags used as arguments.

Others

• Code Refactoring and Formatting: The code has been refactored and formatted to enhance quality and maintainability.

1.3.3-beta11

28 May 04:11
Compare
Choose a tag to compare

Release 1.3.3-beta11

1.3.3-rc8

27 May 06:57
Compare
Choose a tag to compare

Release Note / 发布说明

Version 1.3.3-rc8

  1. 修复了 HTTPFlow 展示时潜在的 UTF8 错误的问题
    Fixed potential UTF8 error when displaying HTTPFlow.

  2. SyntaxFlow 语法增强与运行时栈平衡
    Enhanced SyntaxFlow syntax and runtime stack balancing.

  3. 新增关于类型的自动补全
    Added automatic completion for types.

  4. 修复了 poc http timeout 的潜在问题
    Fixed potential issue with poc HTTP timeout.

  5. int fuzztag 支持大整数运算
    Support for large integer operations in int fuzztag.

  6. 允许 MITM 启动强制关闭响应的功能
    Allow MITM to forcibly close responses.

  7. 修复端口扫描中 HTTP 流丢失的 BUG
    Fixed BUG causing HTTP stream loss during port scanning.

  8. 修复 PHP 语言前端中潜在的崩溃问题
    Fixed potential crash issue in PHP language frontend.

1.3.3-beta10

22 May 07:25
Compare
Choose a tag to compare

Release 1.3.3-beta10

1.3.3-rc7

17 May 06:23
Compare
Choose a tag to compare

Release 1.3.3-rc7

1.3.3-rc6

16 May 08:43
Compare
Choose a tag to compare

中文版本发布说明
新功能

混合扫描增强:新增混合扫描源,增强任务管理和查询功能,提升系统的灵活性和效率。
语法流改进:引入更多指令参数支持,改进字段筛选和顶/底分析,增强语法流的功能。
WebShell 功能:新增 WebShell 插件功能,支持多种脚本语言,提供基础操作和会话管理。
SSA 功能增强:增加懒加载指令、更好的闭包支持和值声明优化,提高执行效率和资源管理。

功能优化

用户界面与可用性:改进多种界面元素和可用性,包括改进的全局变量设置和错误管理。
性能与稳定性:优化数据库连接池使用,引入 WAL 日志模式,提高系统稳定性和性能。

修复

混合扫描修复:修复了混合扫描中的多项数据库和状态管理错误,确保了任务的顺利执行。
常规错误修复:解决了各种组件的小错误,如 URL 解析、JSON 处理和 HTTP 流管理等,提升了整体稳定性。

English Version Release Notes
New Features

Hybrid Scan Enhancements: Added new scanning sources for hybrid scan, enhanced task management and query capabilities to increase system flexibility and efficiency.
SyntaxFlow Improvements: Introduced more instruction parameters, improved field filtering and top/bottom analysis for enhanced SyntaxFlow capabilities.
WebShell Features: Added WebShell plugin capabilities supporting multiple scripting languages with basic operations and session management.
SSA Enhancements: Enhanced SSA with lazy instruction loading, better closure support, and value declaration optimizations for improved performance and resource management.

Enhancements

User Interface and Usability: Improved various UI elements and usability features, including better global variable settings and error management.
Performance and Stability: Optimized database connection pool usage and introduced WAL journal mode for enhanced system stability and performance.

Fixes

Hybrid Scan Fixes: Fixed multiple database and state management errors in hybrid scan to ensure smooth task execution.
General Bug Fixes: Resolved various minor bugs across components such as URL parsing, JSON handling, and HTTP flow management, enhancing overall stability.

1.3.3-rc5

16 May 07:47
Compare
Choose a tag to compare

中文版本发布说明
新功能

混合扫描增强:新增混合扫描源,增强任务管理和查询功能,提升系统的灵活性和效率。
语法流改进:引入更多指令参数支持,改进字段筛选和顶/底分析,增强语法流的功能。
WebShell 功能:新增 WebShell 插件功能,支持多种脚本语言,提供基础操作和会话管理。
SSA 功能增强:增加懒加载指令、更好的闭包支持和值声明优化,提高执行效率和资源管理。

功能优化

用户界面与可用性:改进多种界面元素和可用性,包括改进的全局变量设置和错误管理。
性能与稳定性:优化数据库连接池使用,引入 WAL 日志模式,提高系统稳定性和性能。

修复

混合扫描修复:修复了混合扫描中的多项数据库和状态管理错误,确保了任务的顺利执行。
常规错误修复:解决了各种组件的小错误,如 URL 解析、JSON 处理和 HTTP 流管理等,提升了整体稳定性。

English Version Release Notes
New Features

Hybrid Scan Enhancements: Added new scanning sources for hybrid scan, enhanced task management and query capabilities to increase system flexibility and efficiency.
SyntaxFlow Improvements: Introduced more instruction parameters, improved field filtering and top/bottom analysis for enhanced SyntaxFlow capabilities.
WebShell Features: Added WebShell plugin capabilities supporting multiple scripting languages with basic operations and session management.
SSA Enhancements: Enhanced SSA with lazy instruction loading, better closure support, and value declaration optimizations for improved performance and resource management.

Enhancements

User Interface and Usability: Improved various UI elements and usability features, including better global variable settings and error management.
Performance and Stability: Optimized database connection pool usage and introduced WAL journal mode for enhanced system stability and performance.

Fixes

Hybrid Scan Fixes: Fixed multiple database and state management errors in hybrid scan to ensure smooth task execution.
General Bug Fixes: Resolved various minor bugs across components such as URL parsing, JSON handling, and HTTP flow management, enhancing overall stability.

1.3.3-beta9

15 May 04:04
Compare
Choose a tag to compare

Release 1.3.3-beta9

1.3.3-beta8

11 May 06:35
Compare
Choose a tag to compare

Release 1.3.3-beta8