jMG v1.0.5 发布

添加对 GUI 图形化工作模式的支持
This commit is contained in:
pen4uin
2023-06-10 11:34:18 +08:00
committed by GitHub
parent 9c3a41dca3
commit 9a2dd6d02a
+33 -15
View File
@@ -6,7 +6,18 @@
jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马生成工具,提供常见中间件的内存马注入支持。不仅可作为 [woodpecker](https://github.com/woodpecker-framework/woodpecker-framework-release) 的插件使用,也可以作为独立的 GUI 工具进行使用,文档详见[公众号文章](https://mp.weixin.qq.com/s/oAiGWY9ABhn2o148snA_sg)。 jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马生成工具,提供常见中间件的内存马注入支持。不仅可作为 [woodpecker](https://github.com/woodpecker-framework/woodpecker-framework-release) 的插件使用,也可以作为独立的 GUI 工具进行使用,文档详见[公众号文章](https://mp.weixin.qq.com/s/oAiGWY9ABhn2o148snA_sg)。
## 0x02 中间件/框架覆盖情况 ## 0x02 两种工作模式
#### Woodpecker 插件工作模式
<img width="877" alt="image" src="https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4">
#### GUI 图形化工作模式
<img width="877" alt="image-20230610110205993" src="https://github.com/pen4uin/java-memshell-generator/assets/55024146/4b79a767-9327-4d2a-bd89-7f1386560a9d">
## 0x03 中间件/框架覆盖情况
#### 中间件 #### 中间件
@@ -42,16 +53,6 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
| strust2 | | | | strust2 | | |
## 0x03 两种工作模式
#### Woodpecker 插件工作模式
<img width="877" alt="image" src="https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4">
#### GUI 图形化工作模式
<img width="877" alt="image" src="https://github.com/pen4uin/java-memshell-generator/assets/55024146/d61ea557-3b76-490a-b9b6-f47f2db5a45a">
## 0x04 致谢 ## 0x04 致谢
@@ -60,13 +61,30 @@ SGLAB of Legendsec at Qi'anxin Group
<img src="./images/sglab.svg" width=300 alt="SgLab"> <img src="./images/sglab.svg" width=300 alt="SgLab">
## 0x05 参考项目 ## 0x05 最后
免责声明
```
该工具仅适用于在授权环境/测试环境进行使用,请勿用于生产环境。
```
技术交流
```
如果遇到 bug / 建议 / 实战场景需求,欢迎提 issue 交流。
```
引用项目
``` ```
https://github.com/woodpecker-framework/ https://github.com/woodpecker-framework/
https://github.com/feihong-cs/memShell
https://github.com/su18/MemoryShell
https://github.com/BeichenDream/GodzillaMemoryShellProject
https://github.com/woodpecker-appstore/jexpr-encoder-utils https://github.com/woodpecker-appstore/jexpr-encoder-utils
``` ```
参考项目
```
https://github.com/feihong-cs/memShell
https://github.com/su18/MemoryShell
https://github.com/BeichenDream/GodzillaMemoryShellProject
```