fix: rename struct2 -> struts2

This commit is contained in:
ReaJason
2026-05-24 22:28:22 +08:00
parent dbd9687003
commit b0800f0a0b
41 changed files with 64 additions and 537 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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) |
### 参考步骤
+1 -1
View File
@@ -26,7 +26,7 @@ description: 了解和使用那些可能用到的一键开关
- [x] SpringWebMvc
- [x] SpringWebFlux
- [x] XXLJOB
- [x] Struct2
- [x] Struts2
### 服务版本
+1 -1
View File
@@ -11,7 +11,7 @@
"memshell-core-config",
"servlet",
"springweb",
"struct2-shell",
"struts2-shell",
"middleware",
"shelltool",
"agent-shell",
+1 -1
View File
@@ -11,6 +11,6 @@
"tongweb",
"apusic",
"springwebmvc",
"struct2"
"struts2"
]
}
-5
View File
@@ -1,5 +0,0 @@
---
title: Struct2
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: Struts2
---
WIP
-5
View File
@@ -1,5 +0,0 @@
---
title: Struct2 框架内存马
---
## Action 内存马
+5
View File
@@ -0,0 +1,5 @@
---
title: Struts2 框架内存马
---
## Action 内存马