mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
25 lines
941 B
JSON
25 lines
941 B
JSON
{
|
|
"buttons.generate": "Generate Shell",
|
|
"copyBase64": "Copy Base64",
|
|
"copySource": "Copy Source",
|
|
"dnslog.host": "DNSLog Host",
|
|
"probeContent": "ProbeContent",
|
|
"probeContent.bytecode": "Bytecode",
|
|
"probeContent.script": "ScriptEngine",
|
|
"probeContent.command": "Command",
|
|
"probeContent.jdk": "JDK",
|
|
"probeContent.server": "Server",
|
|
"probeContent.filter": "FilterList",
|
|
"probeMethod": "ProbeMethod",
|
|
"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.shellBytesEmpty": "Shell bytes is empty, please generate shell first"
|
|
}
|