Update README.md

This commit is contained in:
公明 2025-02-27 16:37:57 +08:00 committed by GitHub
parent 4504462152
commit a6fb61a652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,12 @@
2. ⭐️新增扫描失败重试机制,避免出现漏扫;
3. ⭐新增响应Content-Type白名单静态文件不扫描
4. ⭐新增限制每次扫描向AI请求的最大字节避免因请求包过大导致扫描失败。
- 2025.02.25 -02.26
- 2025.02.25 -02.27
1. 优化文件目录结构,优化终端输出;
2. ⭐新增对URL的分析初步判断是否可能是无需数据鉴权的公共接口
3. ⭐️新增通义千问 AI引擎来检测越权;
4. ⭐️新增前端结果展示功能。
5. ⭐新增针对请求B添加其他headers的功能适配有些鉴权不在cookie中做的场景
## 工作流程
<img src="https://github.com/Ed1s0nZ/PrivHunterAI/blob/main/img/%E6%B5%81%E7%A8%8B%E5%9B%BE.png" width="800px">