fix: behinder outputStream methodNotFound

This commit is contained in:
ReaJason
2024-12-22 16:51:24 +08:00
parent 61b31f730f
commit bdefe3928c
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";