Skip to content

Commit dfa5a41

Browse files
committed
chore: 2.3.0
1 parent e5707bd commit dfa5a41

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ idea {
99
}
1010
}
1111

12-
version = "2.3.0-SNAPSHOT"
12+
version = "2.3.0"
1313

1414
tasks.register("publishAllToMavenCentral") {
1515
dependsOn(":memshell-party-common:publishToMavenCentral")

web/content/docs/changelog.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11-
## [v2.3.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.3.0) - 开发中
11+
## [v2.3.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.3.0) - 2025-12-08
1212

1313
### Added
1414

@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
5. 支持添加 lambda 类名后缀开关([#97](https://github.com/ReaJason/MemShellParty/issues/97)
2020
6. 命令执行内存马与回显马支持自定义命令模板([#115](https://github.com/ReaJason/MemShellParty/issues/115) Thanks [@ViCrack](https://github.com/ViCrack)
2121
7. 添加 ScriptEngine 绕过 Java 模块限制生成以及支持 H2URLPacker 方便生成 metabase 漏洞测试 payload
22-
8. web 模块添加 fumadocs 框架,支持文档编写
22+
8. web 模块添加 [fumadocs](https://fumadocs.dev/) 框架,支持文档编写
2323
9. 回显马运行字节码时支持 base64 和 gzipBase64 字节码传入
2424
10. 支持 GroovyTransformJar 打包方式(fastjson 漏洞注入 [#112](https://github.com/ReaJason/MemShellParty/issues/112) Thanks [@DongHuangT1](https://github.com/DongHuangT1)
2525
11. 回显马参数名称支持默认随机生成
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
1. 由于 jetty handler 依赖的类干扰,boot 容器从 jetty 改为 undertow
3030
2. 注入器和回显马添加 ok 标识仅运行一次,降低代码运行时间
3131

32+
**Full Changelog:** [v2.2.0...v2.3.0](https://github.com/ReaJason/MemShellParty/compare/v2.2.0...v2.3.0)
33+
3234
## [v2.2.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.2.0) - 2025-11-20
3335

3436
### Added

0 commit comments

Comments
 (0)