Files
2024-07-20 15:12:10 +08:00

89 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: jMG v1.0.6
author: pen4uin
date: 2023-09-03
---
# jMG v1.0.6
## 0x01 前言
jMGJava Memshell Generatorv1.0.6 完成了来自社区师傅们的大部分反馈和需求。
## 0x02 更新日志
核心模块
- 新增对网站管理工具「AntSword」的支持,提供 Listener/Filter 类型内存马的注入
- 新增对HTTP代理工具「Suo5」 的支持,提供 Listener/Filter/Interceptor 类型内存马的注入
- 新增对响应式框架 Spring WebFlux 内存马的支持
- 修复中间件 WebSphere 注入器的 Bug
- 删除class 的SourceFileAttribute (源文件名) 信息
使用体验
- 新增设置菜单,支持多种主题切换
- 新增右键菜单,支持以文件保存结果
- 其他优化
## 0x03 功能测试
### AntSword
1、选择工具类型为 AntSword,生成 payload
![](./img/1708844544858.png)
2、注入后按照使用说明进行连接
![](./img/1708844556273.png)
### Suo5
> 感谢Koalr师傅提供的suo5 listener/interceptor server端
1、选择工具类型为 Suo5,生成 payload
![](./img/1708844588193.png)
2、注入后按照使用说明进行连接
![](./img/1708844598859.png)
### Spring WebFlux
本地测试环境
- SpringBoot 2.7.15
- spring-webflux-5.3.29.jar
1、选择工具类型为 Godzilla,生成 payload(目前只适配了 Godzilla
![](./img/1708844631477.png)
2、注入后按照使用说明进行连接
![](./img/1708844642216.png)
### 主题切换
此更新主要是为了提升用户体验。
默认 - FlatLightLaf
![](./img/1708844692315.png)
其他 - FlatDarcula
![](./img/1708844703467.png)
## 0x04 小结
jMG 目前已经基本覆盖大部分场景的内存马利用需求。