File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v1.3.0] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.2.1 ) - 2025-02-20
9
+
10
+ ### Added
11
+
12
+ - 支持 Hessian、Hessian2, XSLT 反序列化 (#36 ) by @ReaJason
13
+
14
+ ### Changed
15
+
16
+ - 移除无用依赖,JavaSocket,Gson
17
+ - Gradle 升级至 8.12.1
18
+ - 更新 TestContainers 和 Junit 的版本
19
+
20
+ ### Fixed
21
+
22
+ - 修复 UI 在仅修改打包方式重新生成时,多选 payload 下拉框置空,且 payload 没有变为最新的。
23
+
24
+ ** Full Changelog:** [ v1.2.0...v1.2.1] ( https://github.com/ReaJason/MemShellParty/compare/v1.2.0...v1.2.1 )
25
+
8
26
## [ v1.2.1] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.2.1 ) - 2025-02-19
9
27
10
28
### Changed
@@ -15,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
33
16
34
- 修复 CB110 版本 serialVersionUID 修改失效导致无法利用成功
17
35
36
+ ** Full Changelog:** [ v1.2.0...v1.2.1] ( https://github.com/ReaJason/MemShellParty/compare/v1.2.0...v1.2.1 )
37
+
18
38
## [ v1.2.0] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.2.0 ) - 2025-02-19
19
39
20
40
### Added
@@ -31,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
51
32
52
- 修复随机类名如果为保留字时会无法加载
33
53
54
+ ** Full Changelog:** [ v1.1.0...v1.2.0] ( https://github.com/ReaJason/MemShellParty/compare/v1.1.0...v1.2.0 )
55
+
34
56
## [ v1.1.0] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.1.0 ) - 2025-02-15
35
57
36
58
### Added
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party reajason
152
152
- [x] 原生反序列化(CB4)
153
153
- [x] Agent
154
154
- [x] XXL-JOB Executor
155
+ - [x] Hessian、Hessian2 反序列化(XSLT链)
155
156
- [ ] JNDI
156
157
- [ ] JDBC 连接
157
158
- [ ] 其他常见反序列化
You can’t perform that action at this time.
0 commit comments