mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
feat: support auto decompiling with cfr
This commit is contained in:
@@ -57,5 +57,7 @@
|
||||
"tips.try-to-use-shell": "Try to use the memory shell",
|
||||
"tips.download-jar": "Download the jar file and upload it to the public network server, so that it can be accessed through the http link to download",
|
||||
"tips.load-jar-with-scriptenginemanager": "Load the jar file with javax.script.ScriptEngineManager to implement injection",
|
||||
"tips.trigger-injector-class-loading": "Trigger the injector class loading with RCE vulnerability"
|
||||
"tips.trigger-injector-class-loading": "Trigger the injector class loading with RCE vulnerability",
|
||||
"copySource": "Copy Source",
|
||||
"copyBase64": "Copy Base64"
|
||||
}
|
||||
|
||||
@@ -57,5 +57,7 @@
|
||||
"tips.try-to-use-shell": "尝试利用内存马",
|
||||
"tips.download-jar": "下载 jar 包并上传至公网服务器,使其能通过 http 链接访问下载",
|
||||
"tips.load-jar-with-scriptenginemanager": "通过 RCE 漏洞使用 javax.script.ScriptEngineManager 加载 jar 包实现注入",
|
||||
"tips.trigger-injector-class-loading": "通过 RCE 漏洞触发注入器类加载"
|
||||
"tips.trigger-injector-class-loading": "通过 RCE 漏洞触发注入器类加载",
|
||||
"copySource": "复制源码",
|
||||
"copyBase64": "复制 Base64"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user