mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
feat: support command template
This commit is contained in:
@@ -37,5 +37,9 @@
|
||||
"version.updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})",
|
||||
"shellTool": "Shell Tool",
|
||||
"lambdaSuffix": "LambdaSuffix",
|
||||
"probe": "Probe Mode"
|
||||
"probe": "Probe Mode",
|
||||
"advancedConfig": "Advanced Config",
|
||||
"commandTemplate": "Command Template",
|
||||
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
|
||||
"commandTemplate.description": "Use {command} as placeholder"
|
||||
}
|
||||
|
||||
@@ -37,5 +37,9 @@
|
||||
"version.updateAvailableTooltip": "点击前往 GitHub Release ( v{{currentVersion}} -> v{{latestVersion}})",
|
||||
"shellTool": "内存马工具",
|
||||
"lambdaSuffix": "Lambda 类名后缀",
|
||||
"probe": "回显模式"
|
||||
"probe": "回显模式",
|
||||
"advancedConfig": "高级配置",
|
||||
"commandTemplate": "命令模板",
|
||||
"commandTemplate.placeholder": "例如:sh -c \"{command}\" 2>&1",
|
||||
"commandTemplate.description": "使用 {command} 作为占位符"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user