mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-06 10:41:48 +00:00
Update README.md
This commit is contained in:
parent
3a75f42114
commit
bf683b1f5f
@ -63,12 +63,14 @@
|
||||
2. 编辑`AIAPIS`目录下的`config.go`文件,配置`apiKeyKimi`、`apiKeyDeepSeek`(Kimi 或 DeepSeek 的API秘钥);编辑跟目录下的`config.go`配置AI参数为你所用的AI引擎(可配置kimi 或 deepseek) ;配置`cookie2`(响应2对应的 cookie);可按需配置`suffixes`(接口后缀白名单,如.js);
|
||||
3. 执行`go build`编译项目,并运行二进制文件;
|
||||
4. 首次启动后需安装证书以解析 HTTPS 流量,证书会在首次启动命令后自动生成,路径为 ~/.mitmproxy/mitmproxy-ca-cert.pem。安装步骤可参考 Python mitmproxy 文档:[About Certificates](https://docs.mitmproxy.org/stable/concepts-certificates/)。
|
||||
5. BurpSuite 挂下级代理 `127.0.0.1:9080`(端口可在`mitmproxy.go` 的`Addr:":9080",` 中配置)即可开始扫描。
|
||||
5. BurpSuite 挂下级代理 `127.0.0.1:9080`(端口可在`mitmproxy.go` 的`Addr:":9080",` 中配置)即可开始扫描;
|
||||
6. 终端和web界面均可查看扫描结果,前端查看结果请访问`127.0.0.1:8222` 。
|
||||
|
||||
## 输出效果
|
||||
持续优化中,目前输出效果如下:
|
||||
1. 终端输出:
|
||||
<img src="https://github.com/Ed1s0nZ/PrivHunterAI/blob/main/%E6%95%88%E6%9E%9C.png" width="800px">
|
||||
|
||||
2. 前端输出:
|
||||
|
||||
|
||||
# 注意
|
||||
|
Loading…
x
Reference in New Issue
Block a user