diff --git a/index.html b/index.html index 146d096..588e3ae 100644 --- a/index.html +++ b/index.html @@ -412,7 +412,7 @@ ${item.reqbody || '-'} ${item.respBodyA || '-'} ${item.respBodyB || '-'} - ${item.result === 'unknown' ? '未知' : item.result ? '漏洞' : '安全'} + ${item.result === 'unknown' ? '未知' : item.result=== 'false' ? '安全' : '漏洞'} ${item.reason || '-'} ${item.confidence || '-'} `;