Skip to content

Commit ac9c0ec

Browse files
committed
docs: update
1 parent e1f23f5 commit ac9c0ec

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
826
## [v1.2.1](https://github.com/ReaJason/MemShellParty/releases/tag/v1.2.1) - 2025-02-19
927

1028
### Changed
@@ -15,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1533

1634
- 修复 CB110 版本 serialVersionUID 修改失效导致无法利用成功
1735

36+
**Full Changelog:** [v1.2.0...v1.2.1](https://github.com/ReaJason/MemShellParty/compare/v1.2.0...v1.2.1)
37+
1838
## [v1.2.0](https://github.com/ReaJason/MemShellParty/releases/tag/v1.2.0) - 2025-02-19
1939

2040
### Added
@@ -31,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3151

3252
- 修复随机类名如果为保留字时会无法加载
3353

54+
**Full Changelog:** [v1.1.0...v1.2.0](https://github.com/ReaJason/MemShellParty/compare/v1.1.0...v1.2.0)
55+
3456
## [v1.1.0](https://github.com/ReaJason/MemShellParty/releases/tag/v1.1.0) - 2025-02-15
3557

3658
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party reajason
152152
- [x] 原生反序列化(CB4)
153153
- [x] Agent
154154
- [x] XXL-JOB Executor
155+
- [x] Hessian、Hessian2 反序列化(XSLT链)
155156
- [ ] JNDI
156157
- [ ] JDBC 连接
157158
- [ ] 其他常见反序列化

0 commit comments

Comments
 (0)