github.com/chainreactors/malice-network
v0.3.0
#3741 most downloaded on Go modules
chainreactors/malice-network
What this package is like to depend on
Last release 2 months ago
25 Jun 2026
Release timing varies
gaps range from 8 days to 5 months
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
34 releases · first in 2024
10 releases in the last 12 months
see the full history below
Release timeline
34 releases · Aug 2024 to Jun 2026Releases
latest 34-
v0.3.1-0.20260611183500-9fc188589bba11 Jun 2026 pre-releaseNothing published for this version
-
v0.3.010 Apr 2026Release notes
Open source →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
-
v0.1.225 Sep 2025Nothing published for this version
-
v0.1.108 Jul 2025Release notes
Open source →更新日志请见: 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
-
v0.1.013 Apr 2025Release notes
Open source →更新日志: 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] 补充 DumpLsass 和 rem 的使用示例文档
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
-
v0.0.5-0.20260213090549-efea9b79af7a13 Feb 2026 pre-releaseNothing published for this version
-
v0.0.5-0.20250428144425-49c7688dc8ff28 Apr 2025 pre-releaseNothing published for this version
-
v0.0.5-0.20250113104029-a3859ceff9af13 Jan 2025 pre-releaseNothing published for this version
-
v0.0.5-0.20241120201221-f9167f6dbaf020 Nov 2024 pre-releaseNothing published for this version
-
v0.0.420 Nov 2024Release notes
Open source →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
- [feat] mal插件中关于path的部分均可以使用伪协议,
-
v0.0.321 Nov 2024Release notes
Open source →完整更新说明: 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
-
v0.0.3-0.20241120201221-f9167f6dbaf020 Nov 2024 pre-releaseNothing published for this version
-
v0.0.217 Sep 2024Release notes
Open source → -
v0.0.2-0.20240924083139-a14eacf99a4a24 Sep 2024 pre-releaseNothing published for this version
-
v0.0.121 Aug 2024Release notes
Open source →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
-
v0.0.0-20260625072332-69691221e64525 Jun 2026 pre-releaseNothing published for this version
-
v0.0.0-20260620124902-e62d93c864f720 Jun 2026 pre-releaseNothing published for this version
-
v0.0.0-20260611183500-9fc188589bba11 Jun 2026 pre-releaseNothing published for this version
-
v0.0.0-20260517154037-a5d7455e0ef917 May 2026 pre-releaseNothing published for this version
-
v0.0.0-20260422184128-e856ed004d3222 Apr 2026 pre-releaseNothing published for this version
-
v0.0.0-20260213090549-efea9b79af7a13 Feb 2026 pre-releaseNothing published for this version
-
v0.0.0-20250709194159-c0338d1db9a409 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250709152820-79dd73228d1109 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250708192340-1e0e650ae41308 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250705184413-09722af07c8505 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250705171000-9f111df2ef5405 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250704072914-835e6efddfc304 Jul 2025 pre-releaseNothing published for this version
-
v0.0.0-20250630173843-d6a56cbc2aae30 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250630091207-71f290d0542930 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250629185452-f97012d5dab629 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250629184457-ca13cc34dc4f29 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250629180026-9230967b598029 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250629172435-0dbd0bffbcf329 Jun 2025 pre-releaseNothing published for this version
-
v0.0.0-20250628143451-28d6be32f04728 Jun 2025 pre-releaseNothing published for this version