温馨提示×

如何检测网站struts2漏洞

小新
1086
2021-01-19 18:56:39
栏目: 云计算

如何检测网站struts2漏洞

检测网站struts2漏洞的方法:

1.通过网站页面的回显错误消息来判断,页面不回显错误消息时则无效。

2.通过网页后缀来判断,如.do .action,有可能是不准的,因为JBOSS系统也是以DO为后缀,虽然JBoss和tomcat不是一回事。

3.判断/struts/webconsole.html 是否存在来进行判断,需要devMode为true。


0