Skip to content

Commit c7037a1

Browse files
committed
v1.3.1
1 parent f15dd65 commit c7037a1

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.3.1
2+
3+
- [New Chain] SpringAopAspectjweaver
4+
- [Bugfix] Fixed issue where Payload parameters were ineffective in version 1.3.0
5+
- [Bugfix] Fixed parameter setting errors for some Gadgets
6+
- [Optimization] Improved generation speed for large packets of overlong UTF8 dirty data
7+
- [Optimization] Added support for obfuscation in secondary deserialization
8+
- [Optimization] Improved descriptions for some chains
9+
- [Optimization] Added extra information to the Context output box
10+
- [Optimization] Frontend display improvements
11+
112
## 1.3.0
213

314
- [Feature] Added [SerializationDumper](https://github.com/NickstaDB/SerializationDumper) for parsing Java serialized

CHANGELOG.zh-cn.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.3.1
2+
3+
- [新链] SpringAopAspectjweaver
4+
- [Bugfix] 修复在 1.3.0 版本中 Payload 参数不生效问题
5+
- [Bugfix] 修复一些 Gadget 参数设置报错问题
6+
- [优化] 提高脏数据 overlong utf8 大包生成速度
7+
- [优化] 在二次反序列化中支持混淆
8+
- [优化] 部分链的描述
9+
- [优化] Context 输出框新增额外信息
10+
- [优化] 前端显示
11+
112
## 1.3.0
213

314
- [功能] 新增 [SerializationDumper](https://github.com/NickstaDB/SerializationDumper) 解析Java序列化数据,并自定义修改任意类

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker run -d \
4141
-p 50000:50000 \
4242
-e CHAINS_AUTH=true \
4343
-e CHAINS_PASS= \
44-
javachains/webchains:1.3.0
44+
javachains/webchains:1.3.1
4545
```
4646

4747
Authentication or password can be configured through environment variables;

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ docker run -d \
154154
-p 50000:50000 \
155155
-e CHAINS_AUTH=true \
156156
-e CHAINS_PASS= \
157-
javachains/webchains:1.3.0
157+
javachains/webchains:1.3.1
158158
```
159159

160160
可通过环境变量配置鉴权或密码;

0 commit comments

Comments
 (0)