mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
docs: update README
This commit is contained in:
@@ -213,13 +213,21 @@ Files.write(Paths.get("agent.jar"), agentJarBytes);
|
|||||||
| Listener | Listener |
|
| Listener | Listener |
|
||||||
| FilterManager - Agent | ServletContext - Agent |
|
| FilterManager - Agent | ServletContext - Agent |
|
||||||
|
|
||||||
| BES(9.5.x) | TongWeb(6 ~ 7) | InforSuite AS (9 ~ 10) | Apusic AS (9) | Primeton(6.5) |
|
| BES(9.5.x) | TongWeb(6 ~ 7) | InforSuite AS (9 ~ 10) |
|
||||||
|----------------------|----------------------|------------------------|---------------|----------------------|
|
|----------------------|----------------------|------------------------|
|
||||||
| Filter | Filter | Filter | Servlet | Filter |
|
| Filter | Filter | Filter |
|
||||||
| Listener | Listener | Listener | Filter | Listener |
|
| Listener | Listener | Listener |
|
||||||
| Valve | Valve | Valve | Listener | Valve |
|
| Valve | Valve | Valve |
|
||||||
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent | | FilterChain - Agent |
|
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent |
|
||||||
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent | | ContextValve - Agent |
|
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent |
|
||||||
|
|
||||||
|
| Apusic AS (9) | Primeton(6.5) |
|
||||||
|
|---------------------|----------------------|
|
||||||
|
| Servlet | Filter |
|
||||||
|
| Filter | Listener |
|
||||||
|
| Listener | Valve |
|
||||||
|
| FilterChain - Agent | FilterChain - Agent |
|
||||||
|
| | ContextValve - Agent |
|
||||||
|
|
||||||
### 内存马功能
|
### 内存马功能
|
||||||
|
|
||||||
@@ -259,10 +267,13 @@ Files.write(Paths.get("agent.jar"), agentJarBytes);
|
|||||||
首先需要下载 [bun](https://bun.sh/),这是一款用于构建前端服务的工具。
|
首先需要下载 [bun](https://bun.sh/),这是一款用于构建前端服务的工具。
|
||||||
|
|
||||||
1. 使用 Git Clone 项目
|
1. 使用 Git Clone 项目
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ReaJason/MemShellParty.git
|
git clone https://github.com/ReaJason/MemShellParty.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. 构建前端项目,build 结束会将静态资源自动移动到 Spring Boot 中以供使用
|
2. 构建前端项目,build 结束会将静态资源自动移动到 Spring Boot 中以供使用
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd MemShellParty/web
|
cd MemShellParty/web
|
||||||
|
|
||||||
@@ -270,7 +281,9 @@ bun install
|
|||||||
|
|
||||||
bun run build
|
bun run build
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 构建后端项目,确保使用 JDK17 环境
|
3. 构建后端项目,确保使用 JDK17 环境
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd MemShellParty/boot
|
cd MemShellParty/boot
|
||||||
|
|
||||||
|
|||||||
+15
-7
@@ -211,13 +211,21 @@ Compatible with Java6 ~ Java8, Java9, Java11, Java17, Java21
|
|||||||
| Listener | Listener |
|
| Listener | Listener |
|
||||||
| FilterManager - Agent | ServletContext - Agent |
|
| FilterManager - Agent | ServletContext - Agent |
|
||||||
|
|
||||||
| BES(9.5.x) | TongWeb(6 ~ 7) | InforSuite AS (9 ~ 10) | Apusic AS (9) | Primeton(6.5) |
|
| BES(9.5.x) | TongWeb(6 ~ 7) | InforSuite AS (9 ~ 10) |
|
||||||
|----------------------|----------------------|------------------------|---------------|----------------------|
|
|----------------------|----------------------|------------------------|
|
||||||
| Filter | Filter | Filter | Servlet | Filter |
|
| Filter | Filter | Filter |
|
||||||
| Listener | Listener | Listener | Filter | Listener |
|
| Listener | Listener | Listener |
|
||||||
| Valve | Valve | Valve | Listener | Valve |
|
| Valve | Valve | Valve |
|
||||||
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent | | FilterChain - Agent |
|
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent |
|
||||||
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent | | ContextValve - Agent |
|
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent |
|
||||||
|
|
||||||
|
| Apusic AS (9) | Primeton(6.5) |
|
||||||
|
|---------------------|----------------------|
|
||||||
|
| Servlet | Filter |
|
||||||
|
| Filter | Listener |
|
||||||
|
| Listener | Valve |
|
||||||
|
| FilterChain - Agent | FilterChain - Agent |
|
||||||
|
| | ContextValve - Agent |
|
||||||
|
|
||||||
### MemShell Functionality
|
### MemShell Functionality
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user