-
Notifications
You must be signed in to change notification settings - Fork 861
漏洞扫描 CVE 2018 2894
k8gege edited this page Nov 28, 2019
·
6 revisions
github上有一份weblogic一键检测脚本,发现存在漏洞误报
看了下代码竟只是判断页面非404,对于返回403,500等误报
还不如写成200,虽然同样不靠谱,于是Ladon添加此POC检测
使用EXP生成器可简单检测,至少判断页面特征比单纯检测状态更好吧
LadonExp生成的POC可单独使用,也可作为Ladon插件批量检测
单独使用: CVE-2018-2894_Poc.exe url
批量使用: Ladon CVE-2018-2894_Poc.exe (根目录url.txt)
当然Ladon内置模块WeblogicPoc已添加该漏洞检测