Releases: gh0stkey/HaE
HaENet 5.1.1
更新内容
HaENet 5.1.1版本更新内容如下。
问题修复
- 修复MarkInfo标签页切换时触发数据重复写入,导致Databoard出现跨Host数据错乱的BUG。
贡献者信息
感谢@Arg3Sea、Gnihton、强少张参与测试并提供宝贵建议的贡献者!
What's New
The update details for HaENet 5.1.1 are as follows.
Bug Fixes
- Fixed a bug where switching MarkInfo tabs triggered unintended data persistence, causing cross-host data contamination in the Databoard.
Contributors
Thanks to @Arg3Sea, Gnihton, and 强少张 for their help with testing and providing valuable feedback!
HaENet 5.1
更新内容
HaENet 5.1版本更新内容如下。
功能更新
- 新增Validator Tester面板,支持在Rules页面内直接测试验证器命令,可自定义输入数据、URL、上下文(Before/After)、超时时间和批量大小等参数。
- 新增右键菜单View in Databoard功能,支持在Burp Suite任意位置选中请求/响应后,通过右键菜单在独立Databoard弹窗中查看匹配数据。
- 优化Rules规则表格,支持直接在表格内编辑字段(Color、Scope、Engine等通过下拉框编辑),选中规则时自动同步至Tester面板。
问题修复
- 修复Windows下HiDPI高分屏显示BUG,优化Rules规则编辑面板UI布局。
贡献者信息
感谢长期速食、Gnihton参与测试并提供宝贵建议的贡献者!
What's New
The update details for HaENet 5.1 are as follows.
Feature Updates
- Added Validator Tester panel, allowing users to test validator commands directly within the Rules tab with customizable input data, URL, context (Before/After), timeout, and bulk size parameters.
- Added "View in Databoard" context menu, enabling users to right-click on selected requests/responses anywhere in Burp Suite and view matched data in a standalone Databoard dialog.
- Improved Rules table to support inline cell editing (Color, Scope, Engine fields via dropdown editors), with automatic synchronization to the Tester panel when a rule is selected.
Bug Fixes
- Fixed HiDPI display bug on Windows and improved the UI layout of the Rules editor panel.
Contributors
Thanks to 长期速食 and Gnihton for their help with testing and providing valuable feedback!
HaENet 5.0.1
HaENet 5.0
更新内容
HaENet 5.0版本更新内容如下。
功能更新
HaENet 5.0主要新增Validator功能,支持将HaENet数据交由外部验证并接收返回的等级标签(high/medium/low/none),同时允许用户手动定义标签等级。HaENet会通过stdin的方式发送JSON数据给到外部验证器,并接收stdout的返回为数据进行标注。
数据格式
输入(验证器接收):
{
"rule": {
"name": "规则名称",
"regex": "(正则表达式)",
"group": "分组名称"
},
"items": [
{
"index": 0,
"data": {
"match": "匹配内容",
"context": {
"before": "匹配内容前50个字符串",
"after": "匹配内容后50个字符串"
}
}
}
]
}输出(验证器返回):
{
"results": [
{ "index": 0, "tags": "medium" },
{ "index": 1, "tags": "low" },
{ "index": 2, "tags": "high" }
]
}问题修复
无。
HaENet 4.4
更新内容
HaENet 4.4版本更新内容如下,本次更新主要围绕的是代码质量进行升级 Contribute of @0Chencc。
功能更新
- 更新
Limit Size作用于匹配高亮逻辑上。 - 增加
Databoard消息条目表头序号字段。
问题修复
修复若干问题。
项目组寄语:祝大家2026年新春快乐!HaE将于今年独立出来两个版本:Network和File。大家以往所熟知的HaE项目正式修改为HaENet版本序号,File版本敬请期待。
HaE 4.3.4
HaE 4.3.3
更新内容
HaE 4.3.3更新内容如下。
功能更新
- 优化Databoard消息条目展示,修改为左右分屏。
- 优化Databoard消息条目表格展示,表格字段宽度自适应。
问题修复
- 修复Databoard面板数据双击时对应消息条目未展示问题。
贡献者信息
感谢@kenyon-wong、冰淇霖、1wtbb帮助修复问题,并提供宝贵建议!
HaE 4.3.2
HaE 4.3.1
HaE 4.3
更新内容
HaE 4.3更新内容如下。
功能更新
- 优化用户信息相关的8条规则,并新增2条实战规则。
- 新增规则复制功能,更高效进行规则的复用修改。
- 新增规则的一键开关功能,可以进行分组式的规则开关。
问题修复
- 修复S-Regex规则不生效问题。
- 修改Databoard面板检索逻辑。
贡献者信息
感谢 @kenyon-wong、@gu0st、@spac3wh1te 帮助发现问题,提供宝贵建议!