File tree Expand file tree Collapse file tree 1 file changed +31
-13
lines changed Expand file tree Collapse file tree 1 file changed +31
-13
lines changed Original file line number Diff line number Diff line change 6
6
jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马生成工具,提供常见中间件的内存马注入支持。不仅可作为 [ woodpecker] ( https://github.com/woodpecker-framework/woodpecker-framework-release ) 的插件使用,也可以作为独立的 GUI 工具进行使用,文档详见[ 公众号文章] ( https://mp.weixin.qq.com/s/oAiGWY9ABhn2o148snA_sg ) 。
7
7
8
8
9
- ## 0x02 中间件/框架覆盖情况
9
+ ## 0x02 两种工作模式
10
+
11
+ #### Woodpecker 插件工作模式
12
+
13
+ <img width =" 877 " alt =" image " src =" https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4 " >
14
+
15
+ #### GUI 图形化工作模式
16
+
17
+ <img width =" 877 " alt =" image-20230610110205993 " src =" https://github.com/pen4uin/java-memshell-generator/assets/55024146/4b79a767-9327-4d2a-bd89-7f1386560a9d " >
18
+
19
+
20
+ ## 0x03 中间件/框架覆盖情况
10
21
11
22
#### 中间件
12
23
@@ -42,16 +53,6 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
42
53
| strust2 | | |
43
54
44
55
45
- ## 0x03 两种工作模式
46
-
47
- #### Woodpecker 插件工作模式
48
-
49
- <img width =" 877 " alt =" image " src =" https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4 " >
50
-
51
- #### GUI 图形化工作模式
52
-
53
- <img width =" 877 " alt =" image " src =" https://github.com/pen4uin/java-memshell-generator/assets/55024146/d61ea557-3b76-490a-b9b6-f47f2db5a45a " >
54
-
55
56
56
57
## 0x04 致谢
57
58
@@ -60,13 +61,30 @@ SGLAB of Legendsec at Qi'anxin Group
60
61
<img src =" ./images/sglab.svg " width =300 alt =" SgLab " >
61
62
62
63
63
- ## 0x05 参考项目
64
+ ## 0x05 最后
65
+
66
+ 免责声明
67
+ ```
68
+ 该工具仅适用于在授权环境/测试环境进行使用,请勿用于生产环境。
69
+ ```
70
+
71
+ 技术交流
72
+ ```
73
+ 如果遇到 bug / 建议 / 实战场景需求,欢迎提 issue 交流。
74
+ ```
64
75
76
+ 引用项目
65
77
```
66
78
https://github.com/woodpecker-framework/
79
+ https://github.com/woodpecker-appstore/jexpr-encoder-utils
80
+ ```
81
+
82
+ 参考项目
83
+ ```
67
84
https://github.com/feihong-cs/memShell
68
85
https://github.com/su18/MemoryShell
69
86
https://github.com/BeichenDream/GodzillaMemoryShellProject
70
- https://github.com/woodpecker-appstore/jexpr-encoder-utils
71
87
```
72
88
89
+
90
+
You can’t perform that action at this time.
0 commit comments