mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-06 10:41:48 +00:00
Create README.md
This commit is contained in:
parent
c363456b7a
commit
1d3247658a
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# PrivHunterAI
|
||||
通过调用Kimi API来实现的越权漏洞检测(简陋版)。
|
||||
|
||||
## 使用方法
|
||||
1. 下载源代码;
|
||||
2. 编辑`config.go`文件,配置`apiKey`(Kimi的API秘钥) 和`cookie2`(响应2对应的cookie),可按需配置`suffixes`(接口后缀白名单,如.js);
|
||||
3. `go build`编译项目,并运行二进制文件;
|
||||
4. BurpSuite 挂下级代理 `127.0.0.1:9080`(端口可在`mitmproxy.go` 的`Addr:":9080",` 中配置)即可开始扫描。
|
||||
|
||||
|
||||
|
||||
|
||||
# 注意
|
||||
声明:仅用于技术交流,请勿用于非法用途。
|
Loading…
x
Reference in New Issue
Block a user