struts2漏洞与修复

步骤:
1.下载struts-2.3.16.3-all, D:TESTstruts2.3.16.3
2.替换jar,参考
http://blog.csdn.net/spyjava/article/details/13766335

image
3.修改web.xml
    <filter>
        <filter-name>struts2</filter-name>
        <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
    </filter>

漏洞工具:

 

image

如果是这样,说明有漏洞:

image

 

D:projectshzzyCBGLSMS2过程类20140820漏洞StrutsExp

原文地址:https://www.cnblogs.com/barryhong/p/3926612.html