File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
12121 . 添加 BigInteger 打包方式(#86 by @wanswu )
13- 2 . 添加 SpELSpringIOUtilsGzipJDK17 打包方式(#83 by @xcxmiku and @ReaJason )
13+ 2 . 添加 SpELSpringGzipJDK17 打包方式(#83 by @xcxmiku and @ReaJason )
14+ 3 . 添加 JXPathSpringGzipPacker、JXPathSpringGzipPackerJDK17 打包方式(GeoServer 漏洞注入)
1415
1516### Fixed
1617
17181 . 修复非调试模式下,构造方法中的 e.printStackTrace() 并没有被移除
18192 . 修复使用 Dockerfile 进行自定义构建时,自定义路由无法正常工作
19203 . 修复探测内存马中 Sleep 和 DNSLog 自定义类名失效(#89 Thanks @yinsel )
20214 . 修复自定义内存马中,不会自动调用 listener 添加 getResponseFromRequest 实现代码和 valve 修改包名的逻辑(使用自定义内存马请参考:[ 如何使用自定义内存马功能] ( /docs/WriteCustomShell.md ) 进行实现,否则会出现不可用的问题)
22+ 5 . 修复使用 Agent Packer 在 jar-with-dependencies(fatjar) 中会出现打包整个 jar 的问题
2123
2224### Changed
2325
24261 . 去除 logback(java11)和 okhttp 无用依赖,解决使用 SDK 打包部分场景会出现类版本不支持的问题
25272 . 实现 @SuperBuilder 自定义 Builder 简化配置类的创建代码(#9f8f3baa)
26- 3 . 依赖更新
28+ 3 . 优化命令执行内存马,改为和回显马逻辑一致,使用 ProcessBuilder.redirectErrorStream 简化流读取
29+ 4 . 修改 packer 中脚本存放添加 memshell-party 一级,防止打包成 fatjar 时文件全在根目录,可能会被覆盖导致功能破坏
30+ 5 . 优化资源读取,通过工具类 loadTemplateFromResource 统一实现
31+ 6 . 优化 Agent Attacher JDK11 异常处理
32+ 7 . 依赖更新
2733
2834** Full Changelog:** [ v2.0.0...v2.1.0] ( https://github.com/ReaJason/MemShellParty/compare/v2.0.0...v2.1.0 )
2935
You can’t perform that action at this time.
0 commit comments