mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update index.html
This commit is contained in:
parent
05f23366c1
commit
4236383ab1
@ -412,7 +412,7 @@
|
||||
<td>${item.reqbody || '-'}</td>
|
||||
<td>${item.respBodyA || '-'}</td>
|
||||
<td>${item.respBodyB || '-'}</td>
|
||||
<td>${item.result === 'unknown' ? '未知' : item.result ? '漏洞' : '安全'}</td>
|
||||
<td>${item.result === 'unknown' ? '未知' : item.result=== 'false' ? '安全' : '漏洞'}</td>
|
||||
<td>${item.reason || '-'}</td>
|
||||
<td>${item.confidence || '-'}</td>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user