Files
MemShellParty/web/app/i18n/common/en.json
T

65 lines
3.3 KiB
JSON

{
"about": "About",
"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",
"cancel": "Cancel",
"copy": "Copy",
"copyLabelSuccess": "Copy {{label}} successfully",
"copySuccess": "Copy successfully",
"debug": "Debug Mode",
"debug.description": "When enabled, injector prints injection info to logs and memshell prints exception stack traces for troubleshooting. Recommended for local testing environments",
"download": "Downlaod",
"encryptor": "Encryptor",
"feedback": "Feedback",
"generateResult": "Generate Result",
"generator": "Generator",
"headerName": "HeaderName",
"headerValue": "HeaderValue",
"implementationClass": "ImplementationClass",
"loading": "Loading...",
"mainConfig.title": "Main Config",
"MemShellGenerator": "MemShellGenerator",
"optional": "(Optional)",
"packerConfig.title": "Package Config",
"packerMethod": "Package Method",
"packerMode.default": "Default",
"packerMode.advanced": "Advanced",
"packerMode.defaultDesc": "Pick a packing method; it packs all of its variants at once.",
"packerMode.advancedDesc": "Pick a category, then choose a specific variant.",
"packerMode.category": "Category",
"packerMode.variant": "Variant",
"packerMode.noVariants": "has no variants — selection complete.",
"paramName": "ParamName",
"paramName.description": "Supports passing values via request parameter (param) or request header (header)",
"placeholders.input": "Please input",
"placeholders.select": "Please select",
"ProbeShellGenerator": "ProbeShellGenerator",
"quickUsage.title": "Quick Usage",
"server": "Server",
"serverVersion": "Server Version",
"shrink": "Shrink",
"shrink.description": "Uses ASM SKIP_DEBUG to remove debug info. Recommended to enable",
"staticInitialize": "StaticInitialize",
"staticInitialize.description": "Adds static code block to invoke constructor. Suitable for scenarios where vulnerability sink is Class.forName(name, true, classLoader) but cannot trigger newInstance",
"toast.generateError": "Generation failed, {{error}}",
"toast.generateSuccess": "Generation successful",
"urlPattern": "URL Pattern",
"usage": "Usage",
"version.updateAvailable": "Update Available",
"version.updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})",
"shellTool": "Shell Tool",
"lambdaSuffix": "LambdaSuffix",
"lambdaSuffix.description": "Bypass active scanning device detection. When enabled, adds $Proxy0$$Lambda$1 suffix to injector and memshell class names to evade detection via whitelist mechanism",
"probe": "Probe Mode",
"probe.description": "Used to verify memshell injection success in non-local environments. Embeds injector bytecode into probe shell. Note: Do not enable if echo is unsupported or fails",
"advancedConfig": "Advanced Config",
"commandTemplate": "Command Template",
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
"commandTemplate.description": "Use {command} as placeholder",
"targetJdkVersion": "JRE Version",
"decompile": "Decompile",
"decompiling": "Decompiling...",
"decompileFailed": "Failed to decompile source: {{error}}"
}