mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: not support obfuscation for jetty suo5 filter
This commit is contained in:
+3
@@ -238,6 +238,9 @@ public class ShellAssertionTool {
|
||||
if (ShellTool.NeoreGeorg.equals(shellTool)) {
|
||||
shellConfig.setObfuscate(false);
|
||||
}
|
||||
if (Server.Jetty.equals(server) && ShellType.FILTER.equals(shellType) && ShellTool.Suo5.equals(shellTool)) {
|
||||
shellConfig.setObfuscate(false);
|
||||
}
|
||||
|
||||
ShellToolConfig shellToolConfig = null;
|
||||
String uniqueName = shellTool + RandomStringUtils.randomAlphabetic(5) + shellType + RandomStringUtils.randomAlphabetic(5) + packer.name();
|
||||
|
||||
Reference in New Issue
Block a user