mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 08:21:52 +08:00
style: lint and fmt code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"about": "About",
|
||||
"documents": "Documents",
|
||||
"basicInfo": "BasicInfo",
|
||||
"byPassJavaModule": "BypassModule",
|
||||
"byPassJavaModule.description": "JDK 9+ module system strictly restricts reflective defineClass calls. When enabled, automatically inserts Unsafe-based module bypass code into injector",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"about": "关于",
|
||||
"documents": "文档",
|
||||
"basicInfo": "基本信息",
|
||||
"byPassJavaModule": "绕过模块限制",
|
||||
"byPassJavaModule.description": "JDK 9+ 模块化系统严格限制反射调用 defineClass。开启后会在注入器中自动插入使用 Unsafe 绕过模块限制的代码",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"buttons.generate": "Generate Shell",
|
||||
"copyBase64": "Copy Base64",
|
||||
"copySource": "Copy Source",
|
||||
"dnslog.host": "DNSLog Host",
|
||||
"probeContent": "ProbeContent",
|
||||
"probeContent.bytecode": "Bytecode",
|
||||
@@ -12,9 +14,11 @@
|
||||
"quickUsage.step1": "Select Probe Method, DNSLog, Response, etc.",
|
||||
"quickUsage.step2": "Select Probe Content, JDK, Server, etc.",
|
||||
"quickUsage.step3": "Click Generate Shell",
|
||||
"shellClass": "ProbeShell",
|
||||
"shellClassName": "ShellClassName",
|
||||
"sleepSeconds": "SleepTime (seconds)",
|
||||
"sleepServer": "SleepServer",
|
||||
"tips.dnslog.host.required": "DNSLog host required",
|
||||
"tips.response.reqParamName.required": "ParamName required"
|
||||
"tips.response.reqParamName.required": "ParamName required",
|
||||
"tips.shellBytesEmpty": "Shell bytes is empty, please generate shell first"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"buttons.generate": "生成探测马",
|
||||
"copyBase64": "复制 Base64",
|
||||
"copySource": "复制源码",
|
||||
"dnslog.host": "DNSLog 地址",
|
||||
"probeContent": "探测内容",
|
||||
"probeContent.bytecode": "字节码执行",
|
||||
@@ -12,9 +14,11 @@
|
||||
"quickUsage.step1": "选择探测方法,DNSLog、Response 或者其他",
|
||||
"quickUsage.step2": "选择探测内容,JDK、服务类型 或者其他",
|
||||
"quickUsage.step3": "点击生成探测马",
|
||||
"shellClass": "探测马",
|
||||
"shellClassName": "探测马类名",
|
||||
"sleepSeconds": "延迟时间(秒)",
|
||||
"sleepServer": "探测服务",
|
||||
"tips.dnslog.host.required": "DNSLog 地址必填",
|
||||
"tips.response.reqParamName.required": "参数名称必填"
|
||||
"tips.response.reqParamName.required": "参数名称必填",
|
||||
"tips.shellBytesEmpty": "探测马字节码为空,无法下载,请先生成探测马"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user