docs: update changelog
Dev Deploy / Build Jar (ubuntu-latest) (push) Canceled after 0s
Dev Deploy / Build Jar (windows-latest) (push) Canceled after 0s
MemShell IntegrationTest / jenkins (push) Canceled after 0s
MemShell IntegrationTest / xxljob (push) Canceled after 0s
MemShell IntegrationTest / dubbo (push) Canceled after 0s
MemShell IntegrationTest / springwebmvc (push) Canceled after 0s
MemShell IntegrationTest / springwebflux (push) Canceled after 0s
MemShell IntegrationTest / struts2 (push) Canceled after 0s
MemShell IntegrationTest / tomcat (push) Canceled after 0s
MemShell IntegrationTest / glassfish (push) Canceled after 0s
MemShell IntegrationTest / jbosseap (push) Canceled after 0s
MemShell IntegrationTest / payara (push) Canceled after 0s
MemShell IntegrationTest / wildfly (push) Canceled after 0s
MemShell IntegrationTest / jetty (push) Canceled after 0s
MemShell IntegrationTest / weblogic (push) Canceled after 0s
MemShell IntegrationTest / jbossas (push) Canceled after 0s
MemShell IntegrationTest / resin (push) Canceled after 0s
MemShell IntegrationTest / geronimo (push) Canceled after 0s
MemShell IntegrationTest / websphere7 (push) Canceled after 0s
MemShell IntegrationTest / websphere (push) Canceled after 0s
Probe IntegrationTest / springwebmvc (push) Canceled after 0s
Probe IntegrationTest / struts2 (push) Canceled after 0s
Probe IntegrationTest / tomcat (push) Canceled after 0s
Probe IntegrationTest / glassfish (push) Canceled after 0s
Probe IntegrationTest / jbosseap (push) Canceled after 0s
Probe IntegrationTest / payara (push) Canceled after 0s
Probe IntegrationTest / wildfly (push) Canceled after 0s
Probe IntegrationTest / jetty (push) Canceled after 0s
Probe IntegrationTest / jbossas (push) Canceled after 0s
Probe IntegrationTest / resin (push) Canceled after 0s
Probe IntegrationTest / weblogic (push) Canceled after 0s
Probe IntegrationTest / websphere7 (push) Canceled after 0s
Probe IntegrationTest / websphere (push) Canceled after 0s
Dev Deploy / Docker Push (push) Canceled after 0s
Dev Deploy / Deploy to Maven Central (push) Canceled after 0s
Dev Deploy / Deploy to Northflank (push) Canceled after 0s

This commit is contained in:
ReaJason
2026-08-03 13:23:42 +08:00
parent 326c28e0a9
commit 00d21fc025
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 |