From 47b628ee5bf23040e2c72fe38cb33ea151886f70 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 8 Dec 2025 02:28:02 +0800 Subject: [PATCH] chore: 2.3.0 --- build.gradle.kts | 2 +- web/content/docs/changelog.mdx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9b7de800..10ede150 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ idea { } } -version = "2.3.0-SNAPSHOT" +version = "2.3.0" tasks.register("publishAllToMavenCentral") { dependsOn(":memshell-party-common:publishToMavenCentral") diff --git a/web/content/docs/changelog.mdx b/web/content/docs/changelog.mdx index e396550e..2f8ed5a5 100644 --- a/web/content/docs/changelog.mdx +++ b/web/content/docs/changelog.mdx @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v2.3.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.3.0) - 开发中 +## [v2.3.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.3.0) - 2025-12-08 ### Added @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 5. 支持添加 lambda 类名后缀开关([#97](https://github.com/ReaJason/MemShellParty/issues/97)) 6. 命令执行内存马与回显马支持自定义命令模板([#115](https://github.com/ReaJason/MemShellParty/issues/115) Thanks [@ViCrack](https://github.com/ViCrack)) 7. 添加 ScriptEngine 绕过 Java 模块限制生成以及支持 H2URLPacker 方便生成 metabase 漏洞测试 payload -8. web 模块添加 fumadocs 框架,支持文档编写 +8. web 模块添加 [fumadocs](https://fumadocs.dev/) 框架,支持文档编写 9. 回显马运行字节码时支持 base64 和 gzipBase64 字节码传入 10. 支持 GroovyTransformJar 打包方式(fastjson 漏洞注入 [#112](https://github.com/ReaJason/MemShellParty/issues/112) Thanks [@DongHuangT1](https://github.com/DongHuangT1)) 11. 回显马参数名称支持默认随机生成 @@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 1. 由于 jetty handler 依赖的类干扰,boot 容器从 jetty 改为 undertow 2. 注入器和回显马添加 ok 标识仅运行一次,降低代码运行时间 +**Full Changelog:** [v2.2.0...v2.3.0](https://github.com/ReaJason/MemShellParty/compare/v2.2.0...v2.3.0) + ## [v2.2.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.2.0) - 2025-11-20 ### Added