From 2843bbd8c40d40b77092910e34cf008a0b7190a6 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 3 Aug 2026 13:23:42 +0800 Subject: [PATCH] docs: update changelog --- web/content/docs/changelog.mdx | 16 ++++++++++++++++ web/content/docs/compatibility.mdx | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/web/content/docs/changelog.mdx b/web/content/docs/changelog.mdx index 00f49844..e884fa47 100644 --- a/web/content/docs/changelog.mdx +++ b/web/content/docs/changelog.mdx @@ -8,6 +8,22 @@ 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.9.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.9.0) - 2026-08-02 + +### Added + +1. 支持 Resin2 和 Jetty5 内存马注入和回显(#137 By @ReaJason) +2. 支持 XXL-JOB 2.2.0 以下版本注入 Netty 马(#151 Thanks @fasnow) +3. 支持 WebLogic WebSocket 内存马注入 +4. 支持 GlassFish 7/8 JDK21、Payara 6/7 JDK21 内存注入和回显 + +### Changed + +1. 优化 Suo5V2 通信(#152 By @zema1) +2. 依赖更新 + +**Full Changelog:** [v2.8.0...v2.9.0](https://github.com/ReaJason/MemShellParty/compare/v2.8.0...v2.9.0) + ## [v2.8.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.8.0) - 2026-06-13 ### Added diff --git a/web/content/docs/compatibility.mdx b/web/content/docs/compatibility.mdx index ea2c04cd..25b94a98 100644 --- a/web/content/docs/compatibility.mdx +++ b/web/content/docs/compatibility.mdx @@ -7,7 +7,7 @@ icon: Album ### 中间件以及框架 -| [Tomcat(5 ~ 11)](/docs/server-intro#tomcat) | [Jetty(6 ~ 12)](/docs/server-intro#jetty) | [GlassFish(3 ~ 7)](/docs/server-intro#glassfish) | [Payara(5 ~ 6)](/docs/server-intro#payara) | +| [Tomcat(5 ~ 11)](/docs/server-intro#tomcat) | [Jetty(6 ~ 12)](/docs/server-intro#jetty) | [GlassFish(3 ~ 7)](/docs/server-intro#glassfish) | [Payara(5 ~ 7)](/docs/server-intro#payara) | | --------------------------------------------- | ------------------------------------------- | -------------------------------------------------- | -------------------------------------------- | | Servlet | Servlet | Filter | Filter | | Filter | Filter | Listener | Listener | @@ -25,7 +25,7 @@ icon: Album | Listener | FrameworkServlet - Agent | HandlerFunction | | | FilterChain - Agent | | NettyHandler | | -| [JBossAS(4 ~ 7)](/docs/server-intro#jboss) | [JBossEAP(6 ~ 8)](/docs/server-intro#undertow) | [WildFly(9 ~ 30)](/docs/server-intro#wildfly) | [Undertow](/docs/server-intro#undertow) | +| [JBossAS(4 ~ 7)](/docs/server-intro#jboss) | [JBossEAP(6 ~ 8)](/docs/server-intro#undertow) | [WildFly(9 ~ 41)](/docs/server-intro#wildfly) | [Undertow](/docs/server-intro#undertow) | | -------------------------------------------- | ------------------------------------------------ | ----------------------------------------------- | --------------------------------------- | | Filter | Filter | Servlet | Servlet | | Listener | Listener | Filter | Filter | @@ -34,7 +34,7 @@ icon: Album | FilterChain - Agent | ContextValve - Agent (6) | | | | ContextValve - Agent | ServletHandler - Agent (7) | | | -| [WebSphere(7 ~ 9)](/docs/server-intro#websphere) | [WebLogic (10.3.6 ~ 14)](/docs/server-intro#weblogic) | +| [WebSphere(7 ~ 9)](/docs/server-intro#websphere) | [WebLogic (10.3.6 ~ 15)](/docs/server-intro#weblogic) | | -------------------------------------------------- | ----------------------------------------------------- | | Servlet | Servlet | | Filter | Filter |