PackageTrack

Go modules · #2720 by repository stars

github.com/chainreactors/malice-network

v0.3.0chainreactors/malice-network

Release timeline

34 releases since 2024
20252026

Releases

  1. v0.3.1-0.20260611183500-9fc188589bba11 Jun 2026pre-release

    Nothing published for this version

  2. v0.3.010 Apr 2026
    Release notes

    https://wiki.chainreactors.red/blog/2026/04/20/IoM_v0.3.0/

    Patch 1 20260611

    本次 Patch 主要修复首次初始化、构建流程、bind 通信链路和多 listener 场景下的稳定性问题,并补充部分客户端能力。

    New Features

    • [feat] build bind 支持不依赖 profile,允许直接通过地址构建 bind payload
    • [feat] bind 会话支持任务结果等待和后台轮询,新增 polling start/stop/status
    • [feat] hashdump 结果支持自动转为 credential

    Quickstart & Build

    • [chore] 优化 quickstart 逻辑
    • [fix] 修复 artifact 构建、上传、大小校验和重复命名相关边界问题

    Listener & Pipeline

    • [chore] 优化 server/listener 分离部署流程,减少 listener-only 场景下的无关初始化依赖
    • [fix] 修复 bind pipeline 启动、任务投递、结果等待与轮询相关问题
    • [fix] 修复多 listener 场景下 pipeline、website、REM 状态作用域混用问题
    • [fix] 修复 listener 重复注册、连接状态覆盖等问题
    • [fix] 修复 TCP 并发连接可能互相覆盖连接状态的问题
    • [fix] 修复 HTTP 信道连接复用问题
    • [fix] 修复 REM 直连地址、空指针保护相关问题

    Client & Compatibility

    • [fix] 修复 Windows 命令执行参数处理、实时输出和 help 文案问题
    • [fix] 修复 profile 模板初始化和资源文件保留相关问题

    Full Changelog: v0.1.2...9c47bee

    Open source →
  3. v0.1.225 Sept 2025

    Nothing published for this version

  4. v0.1.18 Jul 2025
    Release notes

    更新日志请见: https://wiki.chainreactors.red/blog/2025/07/09/IoM_v0.1.1/

    Patch 1 20250710

    • [fix] 修复autobuild目录检测的bug
    • [fix] docker不存在时使用docker编译的panic
    • [fix] 修复默认的implant profile中anti sandbox默认打开, 导致windows在vmware中无法上线的bug
    • [fix] 修复部分情况下http pipeline无法正确上线的bug

    Patch2 20250714

    GUI适配v0.1.1

    • [fix] 修复build --target msvc失效的bug
    • [fix] nano modules 导致client panic的bug
    • [fix] delete website not work
    • [fix] auto set listener ip
    • [fix] build module overwrite
    • [fix] exec join cmd bug
    • [fix] http host auto overwrite

    Patch3 20250718

    • [fix] 修复patch2中的listener ip覆盖导致的profile ip bug
    • [fix] saas build 恢复
    • [fix] linux exec /c bug
    • [fix] prebuild module not work
    • [improve] add client windows arm
    • [improve] mal help print

    Full Changelog: v0.1.0...v0.1.1

    Open source →
  5. v0.1.013 Apr 2025
    Release notes

    更新日志: https://chainreactors.github.io/wiki/blog/2025/04/14/IoM_v0.1.0/

    十几个重要更新+四大新组件:

    • 基于vscode extension的GUI客户端
    • 基于lua脚本语言的插件系统以及迁移了数百个插件的基础插件生态
    • 基于rem实现的代理/隧道功能组
    • 类似BeaconGate的动态函数调用和Ollvm

    Patch 1. 20250502

    • [fix] none sysinfo 导致的panic #31
    • [fix] 自动化编译时pipeline的protocol没有生效的bug (微信群反馈)
    • [fix] pivot list 为空时的panic
    • [fix] 更新内置的rem至v0.2.3, 修复rem dial不生效的bug
    • [fix] 自动生成的文档中缺少一部分builtin函数
    • [improve] 补充 DumpLsassrem 的使用示例文档

    Patch 2. 20250604

    • [feat] 现在能看到编译进度
    • [feat] mals 新增一组api, console(), sessions(), listener(), pipelines()
    • [feat] 清理数据库后,如果配置没有修改,session会尝试自动恢复
    • [improve] listener 连接至server时会有超时的错误信息
    • [improve] 多个gui bug修复与改进
    • [fix] sync 命令同步文件失效的bug
    • [fix] rem list panic
    • [fix] lua vm自动销毁
    • [fix] mal install 失效, mal install的时候会自动load

    Patch 3. 20250619

    • [feat] impl run,execute cmd, 完全同步Cobaltstrike中的run、execute、shell的特性
    • [feat] impl switch module, 可以动态切换pipeline
    • [feat] implant实装代理功能, 新增build时 --proxy参数
    • [fix] 优化session leave的逻辑
    • [fix] list pipeline not print http
    • [fix] fix http pipeline unexpected chunked
    • [fix] pipeline doesn't convert in starting

    Patch 4. 20250625

    • [fix] 修复build bug
    Open source →
  6. v0.0.5-0.20260213090549-efea9b79af7a13 Feb 2026pre-release

    Nothing published for this version

  7. v0.0.5-0.20250428144425-49c7688dc8ff28 Apr 2025pre-release

    Nothing published for this version

  8. v0.0.5-0.20250113104029-a3859ceff9af13 Jan 2025pre-release

    Nothing published for this version

  9. v0.0.5-0.20241120201221-f9167f6dbaf020 Nov 2024pre-release

    Nothing published for this version

  10. v0.0.420 Nov 2024
    Release notes

    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
    Open source →
  11. v0.0.321 Nov 2024
    Release notes

    完整更新说明: https://chainreactors.github.io/wiki/blog/2024/11/20/IoM_v0.0.3/

    Changelog

    Patch1

    • [feat] display build container log
    • [feat] prelude autorun.yaml upload
    Open source →
  12. v0.0.3-0.20241120201221-f9167f6dbaf020 Nov 2024pre-release

    Nothing published for this version

  13. v0.0.217 Sept 2024
    Release notes

    Changelog

    see: https://chainreactors.github.io/wiki/blog/2024/09/23/IoM_v0.0.2/

    Patch1

    • [fix] rootrpc list user/listener not work
    • [fix] server -i [ip] not work
    • [fix] group default value not work
    • [fix] server config.yaml notify not set panic
    • [fix] panic when no any mal
    • [enhance] 优化切换session时的输出
    • [enhance] 优化login登录逻辑与展示
    Open source →
  14. v0.0.2-0.20240924083139-a14eacf99a4a24 Sept 2024pre-release

    Nothing published for this version

  15. v0.0.121 Aug 2024
    Release notes

    Changelog

    • 修复session panic bug
    • 修复exec panic bug

    https://chainreactors.github.io/wiki/IoM/

    Full Changelog: https://github.com/chainreactors/malice-network/commits/v0.0.1

    Open source →
  16. v0.0.0-20260625072332-69691221e64525 Jun 2026pre-release

    Nothing published for this version

  17. v0.0.0-20260620124902-e62d93c864f720 Jun 2026pre-release

    Nothing published for this version

  18. v0.0.0-20260611183500-9fc188589bba11 Jun 2026pre-release

    Nothing published for this version

  19. v0.0.0-20260517154037-a5d7455e0ef917 May 2026pre-release

    Nothing published for this version

  20. v0.0.0-20260422184128-e856ed004d3222 Apr 2026pre-release

    Nothing published for this version

  21. v0.0.0-20260213090549-efea9b79af7a13 Feb 2026pre-release

    Nothing published for this version

  22. v0.0.0-20250709194159-c0338d1db9a49 Jul 2025pre-release

    Nothing published for this version

  23. v0.0.0-20250709152820-79dd73228d119 Jul 2025pre-release

    Nothing published for this version

  24. v0.0.0-20250708192340-1e0e650ae4138 Jul 2025pre-release

    Nothing published for this version

  25. v0.0.0-20250705184413-09722af07c855 Jul 2025pre-release

    Nothing published for this version

  26. v0.0.0-20250705171000-9f111df2ef545 Jul 2025pre-release

    Nothing published for this version

  27. v0.0.0-20250704072914-835e6efddfc34 Jul 2025pre-release

    Nothing published for this version

  28. v0.0.0-20250630173843-d6a56cbc2aae30 Jun 2025pre-release

    Nothing published for this version

  29. v0.0.0-20250630091207-71f290d0542930 Jun 2025pre-release

    Nothing published for this version

  30. v0.0.0-20250629185452-f97012d5dab629 Jun 2025pre-release

    Nothing published for this version

  31. v0.0.0-20250629184457-ca13cc34dc4f29 Jun 2025pre-release

    Nothing published for this version

  32. v0.0.0-20250629180026-9230967b598029 Jun 2025pre-release

    Nothing published for this version

  33. v0.0.0-20250629172435-0dbd0bffbcf329 Jun 2025pre-release

    Nothing published for this version

  34. v0.0.0-20250628143451-28d6be32f04728 Jun 2025pre-release

    Nothing published for this version