Skip to content

v0.0.4 Bootstrapping (patch2)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 10:29
· 9 commits to master since this release

v0.0.4 更新日志见:https://chainreactors.github.io/wiki/blog/2025/01/02/IoM_v0.0.4/

Changelog

Patch1

  • [feat] mal插件中关于path的部分均可以使用伪协议, bin:[] , url:http://..., 默认为file, 可忽略前缀
  • [feat] 新增config命令组, 可通过config命令不重启server的情况下修改server的github action与notify配置
  • [feat] 适配新的BOF response, 添加文件创建,文件写入handler
  • [fix] website stop failed
  • [fix] session update failed and help template
  • [fix] Fixed binding flag for RegAddCmd.
  • [fix] Updated several built-in functions.

Patch2

  • [feat] 在pipeline初始化时自动化发起编译(可配置),进一步简化初次搭建时操作
  • [fix] reg add 高权限注册表不生效, 并修改了reg add的参数与windows原生命令一致
  • [fix] 修复往windows pipe写入阻塞
  • [fix] bof数据回显没有渲染
  • [fix] adapt go1.20 and windows 7