mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: rename struct2 -> struts2
This commit is contained in:
@@ -141,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
1. 支持 Suo5 V2 版本内存马生成([#118](https://github.com/ReaJason/MemShellParty/issues/118) By @ReaJason Thanks @zema1)
|
||||
2. 支持 Struct2 Action 内存马与回显马生成
|
||||
2. 支持 Struts2 Action 内存马与回显马生成
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ inject(context, shell);
|
||||
| (Undertow)AgentServletHandler | [GodzillaUndertowServletHandler](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/godzilla/GodzillaUndertowServletHandler.java) |
|
||||
| (Jetty)Handler | [GodzillaJettyHandler](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/godzilla/GodzillaJettyHandler.java) |
|
||||
| (Jetty)Customizer | [GodzillaJettyCustomizer](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/godzilla/GodzillaJettyCustomizer.java) |
|
||||
| (Struct2)Action | [GodzillaStruct2Action](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/godzilla/GodzillaStruct2Action.java) |
|
||||
| (Struts2)Action | [GodzillaStruts2Action](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/godzilla/GodzillaStruts2Action.java) |
|
||||
| (Tomcat)Upgrade | [CommandUpgrade](https://github.com/ReaJason/MemShellParty/blob/master/generator/src/main/java/com/reajason/javaweb/memshell/shelltool/command/CommandUpgrade.java) |
|
||||
|
||||
### 参考步骤
|
||||
|
||||
@@ -26,7 +26,7 @@ description: 了解和使用那些可能用到的一键开关
|
||||
- [x] SpringWebMvc
|
||||
- [x] SpringWebFlux
|
||||
- [x] XXLJOB
|
||||
- [x] Struct2
|
||||
- [x] Struts2
|
||||
|
||||
### 服务版本
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"memshell-core-config",
|
||||
"servlet",
|
||||
"springweb",
|
||||
"struct2-shell",
|
||||
"struts2-shell",
|
||||
"middleware",
|
||||
"shelltool",
|
||||
"agent-shell",
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
"tongweb",
|
||||
"apusic",
|
||||
"springwebmvc",
|
||||
"struct2"
|
||||
"struts2"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Struct2
|
||||
---
|
||||
|
||||
WIP
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Struts2
|
||||
---
|
||||
|
||||
WIP
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Struct2 框架内存马
|
||||
---
|
||||
|
||||
## Action 内存马
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Struts2 框架内存马
|
||||
---
|
||||
|
||||
## Action 内存马
|
||||
Reference in New Issue
Block a user