File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## 0x01 简介
5
5
6
- jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马生成工具,可作为 [ woodpecker] ( https://github.com/woodpecker-framework/woodpecker-framework-release ) 的插件使用,提供常见中间件的内存马注入支持,使用文档详见 [ 公众号文章] ( https://mp.weixin.qq.com/s/oAiGWY9ABhn2o148snA_sg ) 。
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
9
## 0x02 中间件/框架覆盖情况
10
10
11
- - 中间件
11
+ #### 中间件
12
12
13
13
14
14
| | listener | filter |
@@ -33,7 +33,7 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
33
33
| glassfish 5.0.0 | ✅ | ✅ |
34
34
35
35
36
- - 框架
36
+ #### 框架
37
37
38
38
39
39
| | interceptor | action |
@@ -42,9 +42,15 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
42
42
| strust2 | | |
43
43
44
44
45
- ## 0x03 演示
45
+ ## 0x03 两种工作模式
46
46
47
- <img width =" 1174 " alt =" image " src =" https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4 " >
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 " >
48
54
49
55
50
56
## 0x04 致谢
@@ -54,12 +60,13 @@ SGLAB of Legendsec at Qi'anxin Group
54
60
<img src =" ./images/sglab.svg " width =300 alt =" SgLab " >
55
61
56
62
57
- ## 0x05 参考
63
+ ## 0x05 参考项目
58
64
59
65
```
66
+ https://github.com/woodpecker-framework/
60
67
https://github.com/feihong-cs/memShell
61
68
https://github.com/su18/MemoryShell
62
- https://github.com/woodpecker-framework/
63
69
https://github.com/BeichenDream/GodzillaMemoryShellProject
70
+ https://github.com/woodpecker-appstore/jexpr-encoder-utils
64
71
```
65
72
You can’t perform that action at this time.
0 commit comments