Listener 内存马 2023-4-28 0:20 | 36 | 0 | WEB 524 字 | 11 分钟 0x01 项目搭建 Servlet 规范中定义了 8 个监听器接口,其中最适合用来做内存马的是ServletRequestListener,它被用于监听 ServletRequest 对象的创建和销毁过程,在每次访问的时候都会被调用。 Servlet Listener(监听器) (biancheng.net) memoryListener pack… tomcat内存马