mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
feat: support parse custom shell className
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"shellClass": "内存马",
|
||||
"classNameOptions": "类名配置项",
|
||||
"mainConfig.injectorClassName": "注入器类名",
|
||||
"mainConfig.randomClassName": "随机类名",
|
||||
"mainConfig.shellClassName": "内存马类名",
|
||||
"mainConfig.shellMountType": "内存马挂载类型",
|
||||
"mainConfig.shellTool": "内存马功能",
|
||||
@@ -37,6 +38,7 @@
|
||||
"shellToolConfig.neoreGeorgKey": "连接密钥",
|
||||
"shellToolConfig.suo5Header": "高级配置 -> 请求头",
|
||||
"tips.agent-move-to-target": "将 MemShellAgent.jar 和 jattach 移到到目标服务磁盘上",
|
||||
"tips.classNameParseFailed": "无法解析类名,请检查 Base64 内容",
|
||||
"tips.agent-move-to-target1": "将 MemShellAgent.jar 移到到目标服务磁盘上",
|
||||
"tips.controllerUrlPattern": "ControllerHandler 类型的需要填写具体的 URL Pattern,例如 /hello_controller",
|
||||
"tips.customShellClass": "请输入自定义内存马类,base64 或类文件",
|
||||
|
||||
Reference in New Issue
Block a user