mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
docs: update changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user