fix: tomcat6 jsp LinkageError

This commit is contained in:
ReaJason
2024-12-14 20:40:18 +08:00
parent 6197d66ee8
commit 699169d277
6 changed files with 24 additions and 8 deletions
@@ -50,7 +50,6 @@ public class ShellAssertionTool {
}
public static void assertInjectIsOk(String url, String shellType, ShellTool shellTool, byte[] content, Packer.INSTANCE packer) {
log.info(new String(content));
switch (packer) {
case JSP -> {
String uploadEntry = url + "/upload";