From 9c3a41dca3a01c0f4fd082e8303c7627f0eda9c9 Mon Sep 17 00:00:00 2001
From: pen4uin <55024146+pen4uin@users.noreply.github.com>
Date: Sat, 10 Jun 2023 03:25:29 +0800
Subject: [PATCH] Update README.md
---
README.md | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 0747e0e..d652ef0 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@
## 0x01 简介
-jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马生成工具,可作为 [woodpecker](https://github.com/woodpecker-framework/woodpecker-framework-release) 的插件使用,提供常见中间件的内存马注入支持,使用文档详见[公众号文章](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 中间件/框架覆盖情况
-- 中间件
+#### 中间件
| | listener | filter |
@@ -33,7 +33,7 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
| glassfish 5.0.0 | ✅ | ✅ |
-- 框架
+#### 框架
| | interceptor | action |
@@ -42,9 +42,15 @@ jMG (Java Memshell Generator) 是一款支持高度自定义的 Java 内存马
| strust2 | | |
-## 0x03 演示
+## 0x03 两种工作模式
-
+#### Woodpecker 插件工作模式
+
+
+
+#### GUI 图形化工作模式
+
+
## 0x04 致谢
@@ -54,12 +60,13 @@ SGLAB of Legendsec at Qi'anxin Group
-## 0x05 参考
+## 0x05 参考项目
```
+https://github.com/woodpecker-framework/
https://github.com/feihong-cs/memShell
https://github.com/su18/MemoryShell
-https://github.com/woodpecker-framework/
https://github.com/BeichenDream/GodzillaMemoryShellProject
+https://github.com/woodpecker-appstore/jexpr-encoder-utils
```