docs: update changelog

This commit is contained in:
ReaJason
2026-08-03 23:54:06 +08:00
parent 7832c02e0d
commit 2843bbd8c4
2 changed files with 19 additions and 3 deletions
+16
View File
@@ -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
+3 -3
View File
@@ -7,7 +7,7 @@ icon: Album
### 中间件以及框架
| [Tomcat5 ~ 11](/docs/server-intro#tomcat) | [Jetty6 ~ 12](/docs/server-intro#jetty) | [GlassFish3 ~ 7](/docs/server-intro#glassfish) | [Payara5 ~ 6](/docs/server-intro#payara) |
| [Tomcat5 ~ 11](/docs/server-intro#tomcat) | [Jetty6 ~ 12](/docs/server-intro#jetty) | [GlassFish3 ~ 7](/docs/server-intro#glassfish) | [Payara5 ~ 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 | |
| [JBossAS4 ~ 7](/docs/server-intro#jboss) | [JBossEAP6 ~ 8](/docs/server-intro#undertow) | [WildFly9 ~ 30](/docs/server-intro#wildfly) | [Undertow](/docs/server-intro#undertow) |
| [JBossAS4 ~ 7](/docs/server-intro#jboss) | [JBossEAP6 ~ 8](/docs/server-intro#undertow) | [WildFly9 ~ 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) | | |
| [WebSphere7 ~ 9](/docs/server-intro#websphere) | [WebLogic (10.3.6 ~ 14)](/docs/server-intro#weblogic) |
| [WebSphere7 ~ 9](/docs/server-intro#websphere) | [WebLogic (10.3.6 ~ 15)](/docs/server-intro#weblogic) |
| -------------------------------------------------- | ----------------------------------------------------- |
| Servlet | Servlet |
| Filter | Filter |