mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 08:21:52 +08:00
feat: support packer config
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"paramName.description": "Supports passing values via request parameter (param) or request header (header)",
|
||||
"placeholders.input": "Please input",
|
||||
"placeholders.select": "Please select",
|
||||
"packerParams": "Package Params",
|
||||
"ProbeShellGenerator": "ProbeShellGenerator",
|
||||
"quickUsage.title": "Quick Usage",
|
||||
"server": "Server",
|
||||
@@ -49,5 +50,8 @@
|
||||
"commandTemplate": "Command Template",
|
||||
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
|
||||
"commandTemplate.description": "Use {command} as placeholder",
|
||||
"unicodeEncoded.desc": "Enable Unicode encoding",
|
||||
"urlEncoded.desc": "Enable URL encoding",
|
||||
"gzipCompressed.desc": "Enable GZIP compression",
|
||||
"targetJdkVersion": "JRE Version"
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"paramName.description": "支持请求参数 param 或请求头 header 传值",
|
||||
"placeholders.input": "请输入",
|
||||
"placeholders.select": "请选择",
|
||||
"packerParams": "打包参数",
|
||||
"ProbeShellGenerator": "探测马生成器",
|
||||
"quickUsage.title": "快速使用",
|
||||
"server": "服务类型",
|
||||
@@ -49,5 +50,8 @@
|
||||
"commandTemplate": "命令模板",
|
||||
"commandTemplate.placeholder": "例如:sh -c \"{command}\" 2>&1",
|
||||
"commandTemplate.description": "使用 {command} 作为占位符",
|
||||
"unicodeEncoded.desc": "启用 Unicode 编码",
|
||||
"urlEncoded.desc": "启用 URL 编码",
|
||||
"gzipCompressed.desc": "启用 GZIP 压缩",
|
||||
"targetJdkVersion": "JRE 版本"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user