File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.0
2
+
3
+ ** Added**
4
+
5
+ - Integrated some FastjsonPayloads
6
+ - Added the following Expression Injection Payloads:
7
+ - FreeMarker
8
+ - JXPath @unam4
9
+ - Thymeleaf @unam4
10
+ - Aviator @ReaJason
11
+ - JINJava @ReaJason
12
+ - Velocity @ReaJason
13
+ - When using Exploit modules, directly generating a Payload will automatically check if the port is open. If the service
14
+ port is not open, it will automatically start the corresponding service. The involved Exploit modules include: JNDI,
15
+ FakeMySQL, JRMPListener, HTTPServer, TCPServer.
16
+
17
+ ** Changed**
18
+
19
+ - java-chains migrated to the vulhub project.
20
+ - Project renamed from web-chains to java-chains.
21
+ - [ class-obf] ( https://github.com/jar-analyzer/class-obf ) obfuscation project updated from v1.4.0 to v1.5.0.
22
+ - Removed WriteFile bytecode.
23
+ - Removed the "delete" option from DownloadExec and WriteFileExec bytecode gadgets.
24
+ - Gadget IP parameter now defaults to 127.0.0.1.
25
+
1
26
## 1.3.1
2
27
3
28
** Added**
29
+
4
30
- SpringAopAspectjweaver Chain
5
31
6
32
** Bugfix**
33
+
7
34
- Fixed issue where Payload parameters were ineffective in version 1.3.0
8
35
- Fixed parameter setting errors for some Gadgets
9
36
10
37
** Optimization**
38
+
11
39
- Improved generation speed for large packets of overlong UTF8 dirty data
12
40
- Added support for obfuscation in secondary deserialization
13
41
- Improved descriptions for some chains
Original file line number Diff line number Diff line change
1
+ ## 1.4.0
2
+
3
+ ** Added**
4
+
5
+ - 集成部分 FastjsonPayload
6
+ - 添加以下表达式注入 Payload
7
+ - FreeMarker
8
+ - JXPath @unam4
9
+ - Thymeleaf @unam4
10
+ - Aviator @ReaJason
11
+ - JINJava @ReaJason
12
+ - Velocity @ReaJason
13
+ - 使用 Exploit 模块时,直接生成 Payload 会自动判断端口是否开启,若服务端口未开启则自动开启对应服务。涉及 Exploit
14
+ 模块:JNDI、FakeMySQL、JRMPListener、HTTPServer、TCPServer
15
+
16
+ ** Changed**
17
+
18
+ - java-chains 迁移至 vulhub 项目下
19
+ - 项目从 web-chains 更名 java-chains
20
+ - [ class-obf] ( https://github.com/jar-analyzer/class-obf ) 混淆项目 从 v1.4.0 更新至 v1.5.0
21
+ - 删除 WriteFile 字节码
22
+
1
23
## 1.3.1
2
24
3
25
** 新增**
26
+
4
27
- SpringAopAspectjweaver 链
5
28
6
29
** Bug修复**
30
+
7
31
- 修复在 1.3.0 版本中 Payload 参数不生效问题
8
32
- 修复一些 Gadget 参数设置报错问题
9
33
10
34
** 优化**
35
+
11
36
- 提高脏数据 overlong utf8 大包生成速度
12
37
- 在二次反序列化中支持混淆
13
38
- 部分链的描述
You can’t perform that action at this time.
0 commit comments