@@ -330,14 +330,14 @@ public static void injectIsOk(String url, String shellType, String shellTool, St
330330 VulTool .uploadJspFileToServer (uploadEntry , filename , content );
331331 VulTool .urlIsOk (shellUrl );
332332 }
333- case DefaultScriptEngine , ScriptEngineNoSquareBrackets , ScriptEngineBigInteger ->
333+ case ScriptEngine , DefaultScriptEngine , ScriptEngineNoSquareBrackets , ScriptEngineBigInteger ->
334334 VulTool .postIsOk (url + "/js" , content );
335335 case EL -> VulTool .postIsOk (url + "/el" , content );
336- case SpELSpringGzip , SpELScriptEngine , SpELSpringGzipJDK17 ->
336+ case SpEL , SpELSpringGzip , SpELScriptEngine , SpELSpringGzipJDK17 ->
337337 VulTool .postIsOk (url + "/spel" , content );
338338 case OGNLSpringGzip , OGNLScriptEngine , OGNLSpringGzipJDK17 -> VulTool .postIsOk (url + "/ognl" , content );
339339 case MVEL -> VulTool .postIsOk (url + "/mvel" , content );
340- case JXPathScriptEngine , JXPathSpringGzip , JXPathSpringGzipJDK17 ->
340+ case JXPath , JXPathScriptEngine , JXPathSpringGzip , JXPathSpringGzipJDK17 ->
341341 VulTool .postIsOk (url + "/jxpath" , content );
342342 case JEXL -> VulTool .postIsOk (url + "/jexl2" , content );
343343 case Aviator -> VulTool .postIsOk (url + "/aviator" , content );
0 commit comments