fix: behinder outputStream methodNotFound

This commit is contained in:
ReaJason
2024-12-22 16:51:24 +08:00
parent a5c8058cad
commit 78e9401492
2 changed files with 9 additions and 5 deletions
@@ -65,7 +65,6 @@ public class ShellAssertionTool {
}
public static void assertInjectIsOk(String url, String shellType, ShellTool shellTool, String content, Packer.INSTANCE packer) {
System.out.println(content);
switch (packer) {
case JSP -> {
String uploadEntry = url + "/upload";