feat: support parse custom shell className

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 81926b0a78
commit 245ec99839
7 changed files with 180 additions and 28 deletions
+2
View File
@@ -6,6 +6,7 @@
"classNameOptions": "ClassNameOptions",
"injectorClass": "InjectorClass",
"mainConfig.injectorClassName": "Injector ClassName",
"mainConfig.randomClassName": "Random Class Name",
"mainConfig.shellClassName": "Shell ClassName",
"mainConfig.shellMountType": "Shell Mount Type",
"mainConfig.shellTool": "ShellTool",
@@ -36,6 +37,7 @@
"shellToolConfig.neoreGeorgHeader": "Custom Header",
"shellToolConfig.neoreGeorgKey": "Connection Key",
"shellToolConfig.suo5Header": "AdvanceConfiguration -> Request Header",
"tips.classNameParseFailed": "Failed to parse class name, please verify the Base64 data",
"tips.agent-move-to-target": "Move MemShellAgent.jar and jattach to target host",
"tips.agent-move-to-target1": "Move MemShellAgent.jar to target host",
"tips.controllerUrlPattern": "ControllerHandler type requires a specific URL Pattern, e.g., /hello_controller",