Skip to content
View m01e-40x's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report m01e-40x

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Three Controller-Type MemShells for ... Three Controller-Type MemShells for SpringMVC.
    1
    import org.springframework.web.context.WebApplicationContext;
    2
    import org.springframework.web.context.request.RequestContextHolder;
    3
    import org.springframework.web.context.request.ServletRequestAttributes;
    4
    import org.springframework.web.servlet.mvc.condition.PatternsRequestCondition;
    5
    import org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition;
  2. An Interceptor-Type MemShell for Spr... An Interceptor-Type MemShell for SpringMVC.
    1
    import org.springframework.web.context.WebApplicationContext;
    2
    import org.springframework.web.context.request.RequestContextHolder;
    3
    import org.springframework.web.servlet.HandlerInterceptor;
    4
    import org.springframework.web.servlet.ModelAndView;
    5
    import org.springframework.web.servlet.handler.AbstractHandlerMapping;
  3. A Filter-Type MemShell for Tomcat/Sp... A Filter-Type MemShell for Tomcat/SpringMVC_Tomcat/Springboot_Tomcat
    1
    import org.apache.catalina.core.ApplicationContext;
    2
    import org.apache.catalina.core.ApplicationContextFacade;
    3
    import org.apache.catalina.core.StandardContext;
    4
    import org.apache.tomcat.util.descriptor.web.FilterDef;
    5
    import org.apache.tomcat.util.descriptor.web.FilterMap;
  4. MyJSPWebshell MyJSPWebshell Public

    My collection of various of JSP Webshell.

    Java 37 6

  5. fastjson-vulns fastjson-vulns Public

    A personal project that used to recurrence and debug fastjson vulnerabilities.

    Java 1

  6. cors-jsonp-pocs cors-jsonp-pocs Public

    用于利用不安全的CORS漏洞和JSONP漏洞Demo程序

    JavaScript 2 1