Python编写的开源Struts2全版本漏洞检测工具
作者:admin | 时间:2017-10-12 02:08:57 | 分类:黑客工具 隐藏侧边栏展开侧边栏
0×01 说明:
由于struts2框架频繁爆出漏洞,为方便安全从业人员检测并及时修复,遂将struts历史版本payload整合在一起(ST2-005至ST2-048)。
0×02 检测原理:
执行netstat -an命令,windows和linux都支持此命令,并通过关键字匹配出操作系统类型。
0×03 使用参数:
python struts-scan.py http://example.com/index.action
检测python struts-scan.py -u http://example.com/index.action -i struts2-045
进入指定漏洞交互式shellpython struts-scan.py -f url.txt 链接: https://github.com/Lucifer1993/struts-scan
*本文作者:六翼