Skip to content

Commit 2fce871

Browse files
committed
fixed webscan 2023-10-11
1 parent 4321354 commit 2fce871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webScan/Functions/Final.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ func final_ALLurl_ALLJson(urllist *[]string) {
141141
for i := 0; i < size; i++ {
142142
jobs_url <- (*urllist)[i]
143143
}
144-
for i := 0; i < size; i++ {
145-
res := <-allresult
144+
for res := range allresult {
146145
for key, res_tmp := range res.res {
147146
if res_tmp == true {
148147
util.SendLog(res.url, "webScan", res.exp_name[key], "")

0 commit comments

Comments
 (0)