File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 }
1010}
1111
12- version = " 2.3.0-SNAPSHOT "
12+ version = " 2.3.0"
1313
1414tasks.register(" publishAllToMavenCentral" ) {
1515 dependsOn(" :memshell-party-common:publishToMavenCentral" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
99and 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
19195 . 支持添加 lambda 类名后缀开关([ #97 ] ( https://github.com/ReaJason/MemShellParty/issues/97 ) )
20206 . 命令执行内存马与回显马支持自定义命令模板([ #115 ] ( https://github.com/ReaJason/MemShellParty/issues/115 ) Thanks [ @ViCrack ] ( https://github.com/ViCrack ) )
21217 . 添加 ScriptEngine 绕过 Java 模块限制生成以及支持 H2URLPacker 方便生成 metabase 漏洞测试 payload
22- 8 . web 模块添加 fumadocs 框架,支持文档编写
22+ 8 . web 模块添加 [ fumadocs] ( https://fumadocs.dev/ ) 框架,支持文档编写
23239 . 回显马运行字节码时支持 base64 和 gzipBase64 字节码传入
242410 . 支持 GroovyTransformJar 打包方式(fastjson 漏洞注入 [ #112 ] ( https://github.com/ReaJason/MemShellParty/issues/112 ) Thanks [ @DongHuangT1 ] ( https://github.com/DongHuangT1 ) )
252511 . 回显马参数名称支持默认随机生成
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29291 . 由于 jetty handler 依赖的类干扰,boot 容器从 jetty 改为 undertow
30302 . 注入器和回显马添加 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
You can’t perform that action at this time.
0 commit comments