mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update scan.go
This commit is contained in:
parent
a9a32a701f
commit
4ec004351e
2
scan.go
2
scan.go
@ -41,7 +41,7 @@ func scan() {
|
||||
}
|
||||
|
||||
// fmt.Println(r)
|
||||
if r.Request.Header != nil && r.Response.Header != nil && r.Response.Body != nil {
|
||||
if r.Request.Header != nil && r.Response.Header != nil && r.Response.Body != nil && r.Response.StatusCode == 200 {
|
||||
result, resp1, resp2, err := sendHTTPAndKimi(r) // 主要
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user