mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
21 lines
842 B
JSON
21 lines
842 B
JSON
{
|
|
"buttons.generate": "生成探测马",
|
|
"dnslog.host": "DNSLog 地址",
|
|
"probeContent": "探测内容",
|
|
"probeContent.bytecode": "字节码执行",
|
|
"probeContent.script": "脚本引擎执行",
|
|
"probeContent.command": "命令执行",
|
|
"probeContent.jdk": "JDK 信息",
|
|
"probeContent.server": "服务类型",
|
|
"probeContent.filter": "Filter 过滤器列表",
|
|
"probeMethod": "探测方法",
|
|
"quickUsage.step1": "选择探测方法,DNSLog、Response 或者其他",
|
|
"quickUsage.step2": "选择探测内容,JDK、服务类型 或者其他",
|
|
"quickUsage.step3": "点击生成探测马",
|
|
"shellClassName": "探测马类名",
|
|
"sleepSeconds": "延迟时间(秒)",
|
|
"sleepServer": "探测服务",
|
|
"tips.dnslog.host.required": "DNSLog 地址必填",
|
|
"tips.response.reqParamName.required": "参数名称必填"
|
|
}
|