You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/i18n/en.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,13 +119,15 @@
119
119
"tips": {
120
120
"controllerUrlPattern": "ControllerHandler type requires a specific URL Pattern, e.g., /hello_controller",
121
121
"decompileTip": "Decompilation is still under development, so the current only sees the base64 encoding format",
122
-
"download-jattach": "Download the Jattach tool (consider it directly encapsulated in Jar later)",
122
+
"download-jattach": "Download the Jattach tool",
123
123
"execute-command": "Execute the command to inject: /path/to/jattach pid load instrument false /path/to/agent.jar",
124
+
"execute-command1": "Execute the command to inject: java -jar /path/to/agent.jar pid",
124
125
"get-pid": "Get the process pid of the target jvm (use jps or ps)",
125
126
"handlerUrlPattern": "HandlerMethod/HandlerFunction type requires a specific URL Pattern, e.g., /hello_handler",
126
127
"jreTip": "Target JRE version, generally speaking, Java 6 is the default version for maximum compatibility, and Java high versions can load low version bytecode.",
127
128
"jreTip2": "In specific cases, such as JDK8 being able to use lambda expressions, and JDK9 and above having module restrictions, a specific version is required.",
128
-
"move-to-container": "Move MemShellAgent.jar and jattach to the container (if the test environment uses a container deployment)",
129
+
"agent-move-to-target": "Move MemShellAgent.jar and jattach to target host",
130
+
"agent-move-to-target1": "Move MemShellAgent.jar to target host",
129
131
"servletUrlPattern": "Servlet type requires a specific URL Pattern, e.g., /hello_servlet",
130
132
"shellBytesEmpty": "Shell bytes is empty, please generate shell first",
131
133
"shellToolNotSelected": "Please select a shell tool type first",
0 commit comments