docs: update README [skip ci]

This commit is contained in:
ReaJason
2024-12-22 01:23:17 +08:00
parent b374f3b384
commit b22f73c61f
2 changed files with 90 additions and 3 deletions
+59 -1
View File
@@ -12,8 +12,66 @@
> [!TIP]
> [GitHub Actions](https://github.com/ReaJason/MemShellParty/actions) 最新一次构建会打印集成测试用例测试结果,可通过此来了解当前支持进度。
> [!WARNING]
> 项目仍在快速迭代过程中(代码结构十分不稳定)......
![screenshot](docs/screenshot.png)
## 适配情况
### JDK
- [x] Java6 ~ Java8
- [x] Java9
- [x] Java11
- [x] Java17
- [x] Java21
### 内存马功能
- [x] 哥斯拉
- [x] 冰蝎
- [x] 命令执行
- [ ] Suo5
- [ ] Neo-reGeorg
- [ ] Custom
### 封装方式
- [x] JSP
- [x] BCEL
- [x] BASE64
- [x] 脚本引擎
- [x] EL、SpEL、OGNL
- [x] Velocity、Freemarker
- [x] 原生反序列化(CB4
- [ ] JNDI
- [ ] Agent
- [ ] JDBC 连接
- [ ] 其他常见反序列化
### 中间件以及框架
| Tomcat5 ~ 11 | Jetty6 ~ 11 | GlassFish3 ~ 7 | Payara5 ~ 6 | Resin3 ~ 4 | Netty |
|----------------|---------------|------------------|---------------|--------------|-------|
| Servlet | Servlet | Filter | Filter | Servlet | x |
| Filter | Filter | Listener | Listener | Filter | |
| Listener | Listener | Valve | Valve | Listener | |
| Valve | | | | | |
| JBossAS4 ~ 7 | JBossEAP6 ~ 7 | WildFly9 ~ 30 | Undertow | SpringMVC | SpringWebFlux |
|----------------|-----------------|-----------------|----------|-----------|---------------|
| Filter | Filter | Servlet | Servlet | x | x |
| Listener | Listener | Filter | Filter | | |
| | | Listener | Listener | | |
| WebSphere7 ~ 9 | WebLogic | 宝兰德 BES | 东方通 TongWeb | 中创 InforSuite AS | 金蝶 Apusic AS |
|------------------|----------|---------|-------------|------------------|--------------|
| Servlet | x | x | x | x | x |
| Filter | | | | | |
| Listener | | | | | |
## Usage
使用 docker 部署之后访问 http://127.0.0.1:8080
@@ -32,7 +90,7 @@ docker run -it -d --name memshell -p 8080:8080 reajason/memshell-party
> It will be so nice if you want to contribute. 🎉
参考 [CONTRIBUTE.md](docs/CONTRIBUTE.md)。
参考 [CONTRIBUTE.md](CONTRIBUTING.md)。
## Thanks