mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 01:30:43 +08:00
Update README.md
This commit is contained in:
@@ -1,6 +1,55 @@
|
|||||||
# jMemshellGenerator
|
# java-memshel-generator
|
||||||
|
|
||||||
|
|
||||||
|
## 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) 的插件使用,提供常见中间件的内存马注入支持,使用文档详见[公众号文章](https://mp.weixin.qq.com/s/oAiGWY9ABhn2o148snA_sg)。
|
||||||
|
|
||||||
|
|
||||||
|
## 0x02 中间件/框架覆盖情况
|
||||||
|
|
||||||
|
- 中间件
|
||||||
|
|
||||||
|
| | listener | filter | websocket endpoint|
|
||||||
|
| --------------- | ----------------- | --------------- | --------------- |
|
||||||
|
| tomcat 9.0.39 | ✅ | ✅ | |
|
||||||
|
| tomcat 8.5.53 | ✅ | ✅ | |
|
||||||
|
| tomcat 7.0.59 | ✅ | ✅ | |
|
||||||
|
| tomcat 6.0.48 | ✅ | ✅ | |
|
||||||
|
| tomcat 5.5.36 | ✅ | ✅ | |
|
||||||
|
| jetty 9.4.43 | ✅ | ✅ | |
|
||||||
|
| jetty 8.2.0 | ✅ | ✅ | |
|
||||||
|
| jetty 7.6.0 | ✅ | ✅ | |
|
||||||
|
| resin 4.0.66 | ✅ | ✅ | |
|
||||||
|
| resin 3.1.15 | ✅ | ✅ | |
|
||||||
|
| weblogic 10.3.6 | ✅ | ✅ | |
|
||||||
|
| weblogic 12.1.3 | ✅ | ✅ | |
|
||||||
|
| weblogic 14.1.1 | ✅ | ✅ | |
|
||||||
|
| websphere 7.x | ✅ | ✅ | |
|
||||||
|
| websphere 8.5.5 | ✅ | ✅ | |
|
||||||
|
| websphere 9.0.0 | ✅ | ✅ | |
|
||||||
|
| undertow | ✅ | ✅ | |
|
||||||
|
| glassFish | ✅ | ✅ | |
|
||||||
|
|
||||||
|
|
||||||
|
- 框架
|
||||||
|
|
||||||
|
| | interceptor |
|
||||||
|
| --------------- | ----------------- |
|
||||||
|
| spring mvc | ✅ |
|
||||||
|
|
||||||
|
|
||||||
|
## 0x03 演示
|
||||||
|
|
||||||
|
<img width="1174" alt="image" src="https://github.com/pen4uin/java-memshell-generator/assets/55024146/1b07d338-5cd9-4035-8566-be2d4ae914d4">
|
||||||
|
|
||||||
|
|
||||||
|
## 0x04 参考
|
||||||
|
|
||||||
|
```
|
||||||
|
https://github.com/feihong-cs/memShell
|
||||||
|
https://github.com/su18/MemoryShell
|
||||||
|
https://github.com/woodpecker-framework/
|
||||||
|
https://github.com/BeichenDream/GodzillaMemoryShellProject
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user