You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"debug.description": "When enabled, injector prints injection info to logs and memshell prints exception stack traces for troubleshooting. Recommended for local testing environments",
9
11
"download": "Downlaod",
10
12
"encryptor": "Encryptor",
11
13
"feedback": "Feedback",
@@ -28,7 +30,9 @@
28
30
"server": "Server",
29
31
"serverVersion": "Server Version",
30
32
"shrink": "Shrink",
33
+
"shrink.description": "Uses ASM SKIP_DEBUG to remove debug info. Recommended to enable",
31
34
"staticInitialize": "StaticInitialize",
35
+
"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",
"version.updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})",
38
42
"shellTool": "Shell Tool",
39
43
"lambdaSuffix": "LambdaSuffix",
44
+
"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",
40
45
"probe": "Probe Mode",
46
+
"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",
41
47
"advancedConfig": "Advanced Config",
42
48
"commandTemplate": "Command Template",
43
49
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
0 commit comments